Skip to content

Commit

Permalink
Bump version from 1.3.9 to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson committed Aug 19, 2021
1 parent 9cab8e8 commit eab90b8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cookietemple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: python
project_slug: cookietemple
project_slug_no_hyphen: cookietemple
project_short_description: A cookiecutter based project template creation tool supporting several domains and languages with linting and template sync support.
version: 1.3.9
version: 1.3.10
license: Apache2.0
template_version: '2.0.0 # <<COOKIETEMPLE_NO_BUMP>>'
template_handle: cli-python
Expand Down
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: "1.3.9 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 1.3.9 # <<COOKIETEMPLE_FORCE_BUMP>>
name-template: "1.3.10 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 1.3.10 # <<COOKIETEMPLE_FORCE_BUMP>>
exclude-labels:
- "skip-changelog"

Expand Down
2 changes: 1 addition & 1 deletion cookietemple.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.9
current_version = 1.3.10

[bumpversion_files_whitelisted]
init_file = cookietemple/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion cookietemple/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.9"
__version__ = "1.3.10"
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
copyright = u"2020, Lukas Heumos, Philipp Ehmele, the cookiejar organization"
author = u"Lukas Heumos, Philipp Ehmele, the cookiejar organization"

version = "1.3.9"
release = "1.3.9"
version = "1.3.10"
release = "1.3.10"

language = None

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cookietemple"
version = "1.3.9" # <<COOKIETEMPLE_FORCE_BUMP>>
version = "1.3.10" # <<COOKIETEMPLE_FORCE_BUMP>>
description = "A cookiecutter based project template creation tool supporting several domains and languages with advanced linting, syncing and standardized workflows to get your project kickstarted in no time."
authors = ["Philipp Ehmele <philipp_ehm@protonmail.com>", "Lukas Heumos <lukas.heumos@posteo.net>"]
license = "Apache2.0"
Expand Down

0 comments on commit eab90b8

Please sign in to comment.