Fix CI links and bump version
This commit is contained in:
parent
b5720f12c1
commit
b30f3f8904
6
README
6
README
@ -2,12 +2,12 @@
|
||||
resync
|
||||
======
|
||||
|
||||
.. image:: https://travis-ci.org/resync/resync.png?branch=master
|
||||
.. image:: https://travis-ci.org/resync/resync.png?branch=develop
|
||||
:target: https://travis-ci.org/resync/resync
|
||||
:alt: Build status
|
||||
|
||||
.. image:: https://coveralls.io/repos/github/resync/resync/badge.svg?branch=master
|
||||
:target: https://coveralls.io/github/resync/resync?branch=master
|
||||
.. image:: https://coveralls.io/repos/github/resync/resync/badge.svg?branch=develop
|
||||
:target: https://coveralls.io/github/resync/resync
|
||||
:alt: Test coverage
|
||||
|
||||
**resync** is a ResourceSync client and library in python. `ResourceSync
|
||||
|
||||
@ -3,4 +3,4 @@
|
||||
# Format: x.y.z where
|
||||
# x.y is spec version, see http://www.openarchives.org/rs/x.y/
|
||||
# z is incremented for revisions within that version, 1...
|
||||
__version__ = '1.0.1'
|
||||
__version__ = '1.0.2'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user