11Version 0.6
2- http://couchdb-python.googlecode.com/svn/tags/ 0.6.0
3- (Jul 2, 2009, from branches/ 0.6.x)
2+ http://couchdb-python.googlecode.com/hg/?r= 0.6.0
3+ (Jul 2, 2009, from 0.6.x)
44
55 * Compatible with CouchDB 0.9.x.
66 * `schema.DictField` instances no longer need to be bound to a `Schema`
@@ -36,8 +36,8 @@ http://couchdb-python.googlecode.com/svn/tags/0.6.0
3636
3737
3838Version 0.5
39- http://couchdb-python.googlecode.com/svn/tags/ 0.5.0
40- (Nov 28, 2008, from branches/ 0.5.x)
39+ http://couchdb-python.googlecode.com/hg/?r= 0.5.0
40+ (Nov 28, 2008, from 0.5.x)
4141
4242 * `schema.Document` objects can now be used in the documents list passed to
4343 `client.Database.update()`.
@@ -70,8 +70,8 @@ http://couchdb-python.googlecode.com/svn/tags/0.5.0
7070
7171
7272Version 0.4
73- http://couchdb-python.googlecode.com/svn/tags/ 0.4.0
74- (Jun 28, 2008, from branches/ 0.4.x)
73+ http://couchdb-python.googlecode.com/hg/?r= 0.4.0
74+ (Jun 28, 2008, from 0.4.x)
7575
7676 * Updated for compatibility with CouchDB 0.8.0
7777 * Added command-line scripts for importing/exporting databases.
@@ -81,8 +81,8 @@ http://couchdb-python.googlecode.com/svn/tags/0.4.0
8181
8282
8383Version 0.3
84- http://couchdb-python.googlecode.com/svn/tags/ 0.3.0
85- (Feb 6, 2008, from branches/ 0.3.x)
84+ http://couchdb-python.googlecode.com/hg/?r= 0.3.0
85+ (Feb 6, 2008, from 0.3.x)
8686
8787 * The `schema.Document` class now has a `view()` method that can be used to
8888 execute a CouchDB view and map the result rows back to objects of that
@@ -94,8 +94,8 @@ http://couchdb-python.googlecode.com/svn/tags/0.3.0
9494
9595
9696Version 0.2
97- http://couchdb-python.googlecode.com/svn/tags/ 0.2.0
98- (Nov 21, 2007, from branches/ 0.2.x)
97+ http://couchdb-python.googlecode.com/hg/?r= 0.2.0
98+ (Nov 21, 2007, from 0.2.x)
9999
100100 * Added __len__ and __iter__ to the `schema.Schema` class to iterate
101101 over and get the number of items in a document or compound field.
@@ -122,7 +122,7 @@ http://couchdb-python.googlecode.com/svn/tags/0.2.0
122122
123123
124124Version 0.1
125- http://couchdb-python.googlecode.com/svn/tags/ 0.1.0
126- (Sep 23, 2007, from branches/ 0.1.x)
125+ http://couchdb-python.googlecode.com/hg/?r= 0.1.0
126+ (Sep 23, 2007, from 0.1.x)
127127
128128 * First public release.
0 commit comments