Skip to content

Commit 1998be3

Browse files
committed
[VERSIONBUMP][2021-12-29]: 1.4.1 -> 1.5.0
1 parent 75aabb6 commit 1998be3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
3-
current_version = 1.4.1
3+
current_version = 1.5.0
44
message = [VERSIONBUMP][{now:%Y-%m-%d}]: {current_version} -> {new_version}
55
tag = True
66

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## $UNRELEASED
3+
## v1.5.0 - 2021-12-29
44

55
### Added
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
HERE = Path.cwd()
66

7-
__version__ = "1.4.1"
7+
__version__ = "1.5.0"
88

99
with (HERE / "requirements" / "base.txt").open(mode="r") as requirements_file:
1010
requirements = requirements_file.read().splitlines()

0 commit comments

Comments
 (0)