Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Bump version: 1.4.1 → 1.4.2-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils S committed Mar 25, 2020
1 parent 18b7640 commit 821cf44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.1
current_version = 1.4.2-dev0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

1.4.1
1.4.2-dev0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Jimmy Hedman"

# The full version, including alpha/beta/rc tags
release = "1.4.1"
release = "1.4.2-dev0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="jobbergate",
version="1.4.1",
version="1.4.2-dev0",
author="Jimmy Hedman",
author_email="[email protected]",
description="Questionnaire application that populates Jinja2 templates with given answers.",
Expand Down

0 comments on commit 821cf44

Please sign in to comment.