File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.2.16
2+ current_version = 1.2.17
33commit = True
44tag = False
55message = Prepare next version {new_version} (unreleased)
@@ -19,4 +19,3 @@ replace = release = "{new_version}"
1919[bumpversion:file:python-deprecated.spec]
2020search = Version: {current_version}
2121replace = Version: {new_version}
22-
Original file line number Diff line number Diff line change 77
88"""
99
10- __version__ = "1.2.16 "
10+ __version__ = "1.2.17 "
1111__author__ = u"Laurent LAPORTE <laurent.laporte.pro@gmail.com>"
1212__date__ = "2025-01-24"
1313__credits__ = "(c) Laurent LAPORTE"
Original file line number Diff line number Diff line change 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.
6666version = release .rpartition ('.' )[0 ]
6767
Original file line number Diff line number Diff line change 22%global pkgname deprecated
33
44Name: python-%{pkgname }
5- Version: 1.2.16
5+ Version: 1.2.17
66Release: 1%{?dist }
77Summary: Python decorator to deprecate old python classes, functions or methods
88License: MIT
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def function_three():
144144
145145setup (
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/" ,
You can’t perform that action at this time.
0 commit comments