Skip to content

Commit eab90b8

Browse files
committed
Bump version from 1.3.9 to 1.3.10
1 parent 9cab8e8 commit eab90b8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.cookietemple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: python
44
project_slug: cookietemple
55
project_slug_no_hyphen: cookietemple
66
project_short_description: A cookiecutter based project template creation tool supporting several domains and languages with linting and template sync support.
7-
version: 1.3.9
7+
version: 1.3.10
88
license: Apache2.0
99
template_version: '2.0.0 # <<COOKIETEMPLE_NO_BUMP>>'
1010
template_handle: cli-python

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "1.3.9 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
2-
tag-template: 1.3.9 # <<COOKIETEMPLE_FORCE_BUMP>>
1+
name-template: "1.3.10 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
2+
tag-template: 1.3.10 # <<COOKIETEMPLE_FORCE_BUMP>>
33
exclude-labels:
44
- "skip-changelog"
55

cookietemple.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.9
2+
current_version = 1.3.10
33

44
[bumpversion_files_whitelisted]
55
init_file = cookietemple/__init__.py

cookietemple/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.9"
1+
__version__ = "1.3.10"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
copyright = u"2020, Lukas Heumos, Philipp Ehmele, the cookiejar organization"
2424
author = u"Lukas Heumos, Philipp Ehmele, the cookiejar organization"
2525

26-
version = "1.3.9"
27-
release = "1.3.9"
26+
version = "1.3.10"
27+
release = "1.3.10"
2828

2929
language = None
3030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cookietemple"
3-
version = "1.3.9" # <<COOKIETEMPLE_FORCE_BUMP>>
3+
version = "1.3.10" # <<COOKIETEMPLE_FORCE_BUMP>>
44
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."
55
authors = ["Philipp Ehmele <philipp_ehm@protonmail.com>", "Lukas Heumos <lukas.heumos@posteo.net>"]
66
license = "Apache2.0"

0 commit comments

Comments
 (0)