diff --git a/src/reservation/HISTORY.rst b/src/reservation/HISTORY.rst index d47d88c1ae0..1a0da5ec9e2 100644 --- a/src/reservation/HISTORY.rst +++ b/src/reservation/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.2.0 +++++++ +* Release new commands. + 0.1.1 ++++++ * Initial release. \ No newline at end of file diff --git a/src/reservation/setup.py b/src/reservation/setup.py index d2a0f460aa1..e7f9837e928 100644 --- a/src/reservation/setup.py +++ b/src/reservation/setup.py @@ -9,9 +9,8 @@ from codecs import open from setuptools import setup, find_packages -# TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.1.1' +VERSION = '0.2.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers