File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.11.0
2+ current_version = 0.11.1
33parse = (?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}
77commit = True
@@ -12,7 +12,7 @@ message = Release {new_version}
1212
1313[bumpversion:part:release]
1414optional_value = gamma
15- values =
15+ values =
1616 dev
1717 a
1818 b
Original file line number Diff line number Diff line change 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+
9180.11.0 (2023-08-03)
1019===================
1120
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
44__author__ = "Iacopo Spalletti"
556- __version__ = "0.11.0 "
6+ __version__ = "0.11.1 "
77
88
99def parse (url , check_domain = True ):
You can’t perform that action at this time.
0 commit comments