Bump to v1.0
This commit is contained in:
parent
2f9f5c5ec7
commit
be7117a5d0
4
README
4
README
@ -2,7 +2,7 @@
|
||||
resync
|
||||
======
|
||||
|
||||
.. image:: https://travis-ci.org/resync/resync.png?branch=master
|
||||
.. image:: https://travis-ci.org/resync/resync.png?branch=1.0
|
||||
:target: https://travis-ci.org/resync/resync
|
||||
:alt: Build status
|
||||
|
||||
@ -48,7 +48,7 @@ Typical library use in a destination (get and examine a Capability List)::
|
||||
|
||||
# Read Capability List and show supported capabilities
|
||||
cl = CapabilityList()
|
||||
cl.read("https://raw.github.com/resync/resync/0.6/resync/test/testdata/examples_from_spec/resourcesync_ex_2_6.xml")
|
||||
cl.read("https://raw.github.com/resync/resync/1.0/resync/test/testdata/examples_from_spec/resourcesync_ex_2_6.xml")
|
||||
for resource in cl:
|
||||
print "supports %s (at %s)" % (resource.capability,resource.uri)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user