Skip to content

Commit 46ee50e

Browse files
committed
Bump version number
1 parent 620fefa commit 46ee50e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 101.3.0
2+
3+
* Upgrade Python version to 3.13
4+
* Adjust get_remote_version() to compensate for changes in locals() in Python 3.13
5+
6+
17
# CHANGELOG
28

39
## 101.2.1

notifications_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# - `make version-minor` for new features
66
# - `make version-patch` for bug fixes
77

8-
__version__ = "101.2.1" # 67bdb2db1d590d079d507ea9662cf6fb
8+
__version__ = "101.3.0" # c6298a7a74b9758048d755d97673f55a

0 commit comments

Comments
 (0)