Release v2.2.0rc2

This commit is contained in:
grossmj
2019-08-10 12:04:19 -05:00
parent fc182e932a
commit 86772d9127
3 changed files with 3 additions and 4 deletions

View File

@ -23,9 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.0rc1"
__version__ = "2.2.0rc2"
__version_info__ = (2, 2, 0, -99)
# If it's a git checkout try to add the commit
if "dev" in __version__:
try: