We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620fefa commit 46ee50eCopy full SHA for 46ee50e
CHANGELOG.md
@@ -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
7
# CHANGELOG
8
9
## 101.2.1
notifications_utils/version.py
@@ -5,4 +5,4 @@
# - `make version-minor` for new features
# - `make version-patch` for bug fixes
-__version__ = "101.2.1" # 67bdb2db1d590d079d507ea9662cf6fb
+__version__ = "101.3.0" # c6298a7a74b9758048d755d97673f55a
0 commit comments