We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b3dadf + 7d8895d commit b7b728bCopy full SHA for b7b728b
3 files changed
CITATION.cff
@@ -9,4 +9,4 @@ authors:
9
repository-code: "https://github.com/derek73/python-nameparser"
10
url: "https://github.com/derek73/python-nameparser"
11
license: LGPL-2.1-or-later
12
-version: "1.2.1"
+version: "1.3.0"
docs/release_log.rst
@@ -1,6 +1,6 @@
1
Release Log
2
===========
3
-* 1.3.0 - Unreleased
+* 1.3.0 - July 5, 2026
4
5
**Breaking Changes & Deprecations**
6
nameparser/_version.py
@@ -1,2 +1,2 @@
-VERSION = (1, 2, 1)
+VERSION = (1, 3, 0)
__version__ = '.'.join(map(str, VERSION))
0 commit comments