Skip to content

Commit 749bf66

Browse files
derek73claude
andcommitted
Release 1.3.0
Bump VERSION and CITATION.cff to 1.3.0; stamp the release log date. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 74bae19 commit 749bf66

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ authors:
99
repository-code: "https://github.com/derek73/python-nameparser"
1010
url: "https://github.com/derek73/python-nameparser"
1111
license: LGPL-2.1-or-later
12-
version: "1.2.1"
12+
version: "1.3.0"

docs/release_log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release Log
22
===========
3-
* 1.3.0 - Unreleased
3+
* 1.3.0 - July 5, 2026
44

55
**Breaking Changes & Deprecations**
66

nameparser/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (1, 2, 1)
1+
VERSION = (1, 3, 0)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)