From 8260c0dfc7d3eb7f841a6bd3414cb39331c0b620 Mon Sep 17 00:00:00 2001 From: Daniel Brotsky Date: Fri, 12 May 2017 00:23:59 +0100 Subject: [PATCH] Update version and release notes for v2.1. --- RELEASE_NOTES.md | 2 +- user_sync/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7d57de12f..936432b3b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes for User Sync Tool Version 2.1 -These notes apply to v2.1rc2 of 2017-05-11. +These notes apply to v2.1 of 2017-05-12. ## New Features diff --git a/user_sync/version.py b/user_sync/version.py index 933521120..a7d9e8088 100644 --- a/user_sync/version.py +++ b/user_sync/version.py @@ -18,4 +18,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__ = '2.1rc2' +__version__ = '2.1'