Skip to content

Commit

Permalink
Update version to 1.17.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jan 14, 2025
1 parent 7028ac9 commit d949a19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Release Notes
=============

Version 1.17.2
--------------

Version 1.17.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '1.17'
# The full version, including alpha/beta/rc tags.
release = '1.17.0'
release = '1.17.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/wrapt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = ('1', '17', '1')
__version_info__ = ('1', '17', '2')
__version__ = '.'.join(__version_info__)

from .__wrapt__ import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
Expand Down

0 comments on commit d949a19

Please sign in to comment.