Skip to content

Commit

Permalink
Bump version from 1.2.3-SNAPSHOT to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson committed Dec 13, 2020
1 parent b62d2de commit 0f6cc5b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 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.2.3-SNAPSHOT
version: 1.2.3
license: Apache2.0
template_version: '1.1.0 # <<COOKIETEMPLE_NO_BUMP>>'
template_handle: cli-python
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Changelog

This project adheres to `Semantic Versioning <https://semver.org/>`_.

1.2.3-SNAPSHOT (2020-12-12)
---------------------------
1.2.3 (2020-12-13)
------------------

**Added**

Expand Down
5 changes: 3 additions & 2 deletions cookietemple.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.3-SNAPSHOT
current_version = 1.2.3

[bumpversion_files_whitelisted]
setup_file = setup.py
Expand All @@ -17,4 +17,5 @@ changelog = CHANGELOG.rst
requirements = requirements.txt
requirements_dev = requirements_dev.txt
tests = tests/**/*
docs = docs/**/*
docs = docs/**/*

2 changes: 1 addition & 1 deletion cookietemple/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.3-SNAPSHOT'
__version__ = '1.2.3'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
copyright = u'2020, Lukas Heumos, Philipp Ehmele, the cookiejar organization'
author = u'Lukas Heumos, Philipp Ehmele, the cookiejar organization'

version = '1.2.3-SNAPSHOT'
release = '1.2.3-SNAPSHOT'
version = '1.2.3'
release = '1.2.3'

language = None

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ def walker(base: str, *paths) -> list:
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/cookiejar/cookietemple',
version='1.2.3-SNAPSHOT',
version='1.2.3',
zip_safe=False,
)

0 comments on commit 0f6cc5b

Please sign in to comment.