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'