Skip to content

Commit 1c24ba2

Browse files
committed
Bump version from 1.3.7 to 1.3.8
1 parent 6acb9c4 commit 1c24ba2

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.7
7+
version: 1.3.8
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.7 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
2-
tag-template: 1.3.7 # <<COOKIETEMPLE_FORCE_BUMP>>
1+
name-template: "1.3.8 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
2+
tag-template: 1.3.8 # <<COOKIETEMPLE_FORCE_BUMP>>
33
categories:
44
- title: "🚀 Features"
55
labels:

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.7
2+
current_version = 1.3.8
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.7"
1+
__version__ = "1.3.8"

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.7"
27-
release = "1.3.7"
26+
version = "1.3.8"
27+
release = "1.3.8"
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.7" # <<COOKIETEMPLE_FORCE_BUMP>>
3+
version = "1.3.8" # <<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)