Skip to content

Commit d970c68

Browse files
committed
Release 0.11.1
1 parent be53ca8 commit d970c68

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
2-
current_version = 0.11.0
2+
current_version = 0.11.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
4-
serialize =
4+
serialize =
55
{major}.{minor}.{patch}.{release}{relver}
66
{major}.{minor}.{patch}
77
commit = True
@@ -12,7 +12,7 @@ message = Release {new_version}
1212

1313
[bumpversion:part:release]
1414
optional_value = gamma
15-
values =
15+
values =
1616
dev
1717
a
1818
b

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.11.1 (2023-08-04)
10+
===================
11+
12+
Bugfixes
13+
--------
14+
15+
- Remove debug print statements (#66)
16+
17+
918
0.11.0 (2023-08-03)
1019
===================
1120

changes/66.bugfix

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.11.0"
6+
__version__ = "0.11.1"
77

88

99
def parse(url, check_domain=True):

0 commit comments

Comments
 (0)