From 92cea98f60fd82dadaf3fb42b76b160db3ce2f3a Mon Sep 17 00:00:00 2001 From: ddedik Date: Tue, 29 May 2018 12:09:22 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=201.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- expan/core/version.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1ea688d..b979bd5 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ imported and used from within other projects and from the command line. Documentation ============= -The latest stable version is 1.2.0. Please check out our `tutorial and documentation `__. +The latest stable version is 1.2.1. Please check out our `tutorial and documentation `__. Installation ============ diff --git a/expan/core/version.py b/expan/core/version.py index 21cc5c9..49aa88b 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "1.2.0" +__version__ = "1.2.1" def version_numbers(): diff --git a/setup.cfg b/setup.cfg index 556f22d..3bccf12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 commit = True tag = True