Skip to content

Commit 15b781a

Browse files
committed
Release 0.14.0
1 parent 5fe6331 commit 15b781a

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Contributors
2626
* Santo Cariotti
2727
* Maciej Katafiasz
2828
* Tamika Nomara
29+
* non7top

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ History
66

77
.. towncrier release notes start
88
9+
0.14.0 (2025-10-22)
10+
===================
11+
12+
Features
13+
--------
14+
15+
- Allow rewriting repo and owner (#0)
16+
17+
918
0.13.0 (2025-10-22)
1019
===================
1120

changes/00.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

giturlparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = "Iacopo Spalletti"
55
__email__ = "[email protected]"
6-
__version__ = "0.13.0"
6+
__version__ = "0.14.0"
77

88

99
def parse(url, check_domain=True):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ commit = true
5454
message = "Release {new_version}"
5555
commit_args = "--no-verify"
5656
tag = false
57-
current_version = "0.13.0"
57+
current_version = "0.14.0"
5858
parse = """(?x)
5959
(?P<major>[0-9]+)
6060
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)