Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.17' into bugfix/read-the-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro authored Jan 24, 2025
2 parents 0becad0 + 2ea4b77 commit 134010f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.16
current_version = 1.2.17
commit = True
tag = False
message = Prepare next version {new_version} (unreleased)
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
(only in comment or documentation).


v1.2.16 (2024-01-25)
v1.2.17 (2024-01-25)
====================

Bug fix release


v1.2.16 (2025-01-24)
====================

Bug fix release
Expand Down
2 changes: 1 addition & 1 deletion deprecated/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__version__ = "1.2.16"
__version__ = "1.2.17"
__author__ = u"Laurent LAPORTE <[email protected]>"
__date__ = "2025-01-24"
__credits__ = "(c) Laurent LAPORTE"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = "1.2.16"
release = "1.2.17"
# The short X.Y version.
version = release.rpartition('.')[0]

Expand Down
2 changes: 1 addition & 1 deletion python-deprecated.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global pkgname deprecated

Name: python-%{pkgname}
Version: 1.2.16
Version: 1.2.17
Release: 1%{?dist}
Summary: Python decorator to deprecate old python classes, functions or methods
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def function_three():

setup(
name="Deprecated",
version="1.2.16",
version="1.2.17",
url="https://github.com/laurent-laporte-pro/deprecated",
project_urls={
"Documentation": "https://deprecated.readthedocs.io/en/latest/",
Expand Down

0 comments on commit 134010f

Please sign in to comment.