File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.2 .0
2+ current_version = 2.3 .0
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+ 2.3.0 (2023-08-10)
10+ ==================
11+
12+ Bugfixes
13+ --------
14+
15+ - Fix schemaorg_description not being in Meta class (#127)
16+ - Fix schema.org protocol to be https (#152)
17+ - Fix request set order in Meta.__init__ (#155)
18+
19+
9202.2.0 (2023-04-18)
1021==================
1122
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- __version__ = "2.2 .0"
1+ __version__ = "2.3 .0"
You can’t perform that action at this time.
0 commit comments