Skip to content

Commit

Permalink
Prepare next version 1.2.15 (2024-11-15)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Nov 15, 2024
1 parent c9802b4 commit a3cb1c3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.14
current_version = 1.2.15
commit = True
tag = False
message = Prepare next version {new_version} (unreleased)
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
(only in comment or documentation).


v1.2.15 (unreleased)
v1.2.15 (2024-11-15)
====================

Bug fix release
Expand Down
4 changes: 2 additions & 2 deletions deprecated/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"""

__version__ = "1.2.14"
__version__ = "1.2.15"
__author__ = u"Laurent LAPORTE <[email protected]>"
__date__ = "2023-05-27"
__date__ = "2024-11-15"
__credits__ = "(c) Laurent LAPORTE"

from deprecated.classic import deprecated
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.14"
release = "1.2.15"
# 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.14
Version: 1.2.15
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.14",
version="1.2.15",
url="https://github.com/tantale/deprecated",
project_urls={
"Documentation": "https://deprecated.readthedocs.io/en/latest/",
Expand Down

0 comments on commit a3cb1c3

Please sign in to comment.