diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 69020ae..c60279b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.1-dev0 +current_version = 1.4.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/VERSION b/VERSION index 2b58baa..c34c72f 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.4.1-dev0 +1.4.1 diff --git a/docs/source/conf.py b/docs/source/conf.py index 5afea3b..392b03e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Jimmy Hedman" # The full version, including alpha/beta/rc tags -release = "1.4.1-dev0" +release = "1.4.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 322792e..af6b62d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="jobbergate", - version="1.4.1-dev0", + version="1.4.1", author="Jimmy Hedman", author_email="jimmy.hedman@cygni.se", description="Questionnaire application that populates Jinja2 templates with given answers.",