From 403c44ec31f58e7be0a35d35cb4f3aaa77eb2350 Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Mon, 11 Feb 2019 20:14:55 +0000
Subject: [PATCH] enhancements to conda scripts

---
 RELEASE_NOTES.txt     | 5 +++++
 sphinx/source/conf.py | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 5081e367..1ff3cacf 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,8 @@
+Release 2.2.2 (02/11/2019)
+=============================
+- Updated deployment scripts
+- Fixed several Python 2/3 compatibility issues
+
 Release 2.2.1 (02/04/2019)
 =============================
 - Updated API documentation
diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py
index 29b65449..46b5c76a 100644
--- a/sphinx/source/conf.py
+++ b/sphinx/source/conf.py
@@ -57,9 +57,9 @@ author = u'APS/SDM'
 # built documents.
 #
 # The short X.Y version.
-version = '2.2.1'
+version = '2.2.2'
 # The full version, including alpha/beta/rc tags.
-release = '2.2.1'
+release = '2.2.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
-- 
GitLab