diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 5081e36760a03d96167617cfac9203206f8bba11..1ff3cacfba87d1cda7273f13ac5afd9c14f053e2 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 29b6544981d0c8be6959bf93ad6cb6558a6f5a2c..46b5c76ad3950deb601a0b43b9c114ce0402fbe0 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.