From b5e20520088e003e3a931b91dd3968c51cc2b162 Mon Sep 17 00:00:00 2001 From: Kai Ru Date: Fri, 14 Oct 2022 11:14:53 +0800 Subject: [PATCH] release new version --- src/reservation/HISTORY.rst | 4 ++++ src/reservation/setup.py | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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