From 6a277ebc6edf8789d086154cb4329fad016c33bc Mon Sep 17 00:00:00 2001 From: Brian Broderick Date: Wed, 2 Feb 2022 00:49:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.5.dev2=20=E2=86=92=201.1.?= =?UTF-8?q?5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs_source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bc394ba..bbcd6cc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.5.dev2 +current_version = 1.1.5 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P\w+)(?P\d+))? diff --git a/docs_source/conf.py b/docs_source/conf.py index 3adcae0..8366e40 100644 --- a/docs_source/conf.py +++ b/docs_source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.1.5.dev2" +release = "1.1.5" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 584516b..9086be0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="pewtils", - version="1.1.5.dev2", + version="1.1.5", description="General programming utilities from Pew Research Center", long_description=readme, long_description_content_type="text/markdown",