Skip to content

Commit 9e35588

Browse files
Prepare next version 1.2.17 (unreleased)
1 parent d8c62db commit 9e35588

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.16
2+
current_version = 1.2.17
33
commit = True
44
tag = False
55
message = Prepare next version {new_version} (unreleased)
@@ -19,4 +19,3 @@ replace = release = "{new_version}"
1919
[bumpversion:file:python-deprecated.spec]
2020
search = Version: {current_version}
2121
replace = Version: {new_version}
22-

deprecated/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
"""
99

10-
__version__ = "1.2.16"
10+
__version__ = "1.2.17"
1111
__author__ = u"Laurent LAPORTE <[email protected]>"
1212
__date__ = "2025-01-24"
1313
__credits__ = "(c) Laurent LAPORTE"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# built documents.
6262
#
6363
# The full version, including alpha/beta/rc tags.
64-
release = "1.2.16"
64+
release = "1.2.17"
6565
# The short X.Y version.
6666
version = release.rpartition('.')[0]
6767

python-deprecated.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global pkgname deprecated
33

44
Name: python-%{pkgname}
5-
Version: 1.2.16
5+
Version: 1.2.17
66
Release: 1%{?dist}
77
Summary: Python decorator to deprecate old python classes, functions or methods
88
License: MIT

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def function_three():
144144

145145
setup(
146146
name="Deprecated",
147-
version="1.2.16",
147+
version="1.2.17",
148148
url="https://github.com/laurent-laporte-pro/deprecated",
149149
project_urls={
150150
"Documentation": "https://deprecated.readthedocs.io/en/latest/",

0 commit comments

Comments
 (0)