From 01d063e2809402c44e33732e8722d39225510622 Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Wed, 16 Dec 2020 18:48:31 -0500 Subject: [PATCH] Bump version number --- CHANGES.md | 2 ++ resync/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 79c4b30..9f48d20 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 as default * Support for the prior v1.0 ANSI/NISO Z39.99-2014 is retained with `spec-version='1.0'` option in scripts and `spec_version='1.0'` in various classes diff --git a/resync/__init__.py b/resync/__init__.py index dcca8d1..ceff0fd 100644 --- a/resync/__init__.py +++ b/resync/__init__.py @@ -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