Bump version number
This commit is contained in:
parent
41d16131be
commit
01d063e280
@ -1,5 +1,7 @@
|
||||
# resync change log
|
||||
|
||||
v2.0.1 ???
|
||||
|
||||
v2.0.0 2020-12-16
|
||||
* Supports ResourceSync v1.1 ANSI/NISO Z39.99-2017 <http://www.openarchives.org/rs/1.1/toc> as default
|
||||
* Support for the prior v1.0 ANSI/NISO Z39.99-2014 <http://www.openarchives.org/rs/1.0/toc> is retained with `spec-version='1.0'` option in scripts and `spec_version='1.0'` in various classes
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
This is the one place the version number for resync is stored.
|
||||
"""
|
||||
__version__ = '2.0.0'
|
||||
__version__ = '2.0.1'
|
||||
|
||||
# Enable easy import for core classes, e.g.
|
||||
# from resync import Resource
|
||||
|
||||
Loading…
Reference in New Issue
Block a user