Skip to content

Commit e5a2ef2

Browse files
committed
Release 2.3.0
1 parent ce4e28f commit e5a2ef2

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
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 = 2.2.0
2+
current_version = 2.3.0
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ History
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+
920
2.2.0 (2023-04-18)
1021
==================
1122

changes/127.bugfix

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

changes/152.bugfix

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

changes/155.bugfix

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

meta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0"
1+
__version__ = "2.3.0"

0 commit comments

Comments
 (0)