Updated changelog and version numbers

This commit is contained in:
Jeremy Wright
2020-12-29 10:53:14 -05:00
parent 337b6129c9
commit be8551097e
3 changed files with 63 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from setuptools import setup, find_packages
# if we are building in travis, use the build number as the sub-minor version
version = "2.1dev"
version = "2.1RC1"
if "TRAVIS_TAG" in os.environ.keys():
version = os.environ["TRAVIS_TAG"]