From 0d64a0b05e3a2067fb6cd783708d5e2c027d29c9 Mon Sep 17 00:00:00 2001 From: Sean Hudgston Date: Tue, 25 Feb 2020 16:45:19 -0500 Subject: [PATCH] cirrus release: new release created for release/3.2.0 --- cirrus.conf | 2 +- src/cirrus/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cirrus.conf b/cirrus.conf index 55e36af..3e02a65 100644 --- a/cirrus.conf +++ b/cirrus.conf @@ -1,6 +1,6 @@ [package] name = cirrus-cli -version = 3.1.2 +version = 3.2.0 description = cirrus development and build git extensions organization = cloudant version_file = src/cirrus/__init__.py diff --git a/src/cirrus/__init__.py b/src/cirrus/__init__.py index f4a5960..c484f1b 100644 --- a/src/cirrus/__init__.py +++ b/src/cirrus/__init__.py @@ -18,5 +18,5 @@ See the License for the specific language governing permissions and limitations under the License. """ -__version__="3.1.2" +__version__="3.2.0"