Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Aug 10, 2023
1 parent ce4e28f commit e5a2ef2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 2.2.0
current_version = 2.3.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
serialize =
{major}.{minor}.{patch}.{release}{relver}
{major}.{minor}.{patch}
commit = True
Expand All @@ -12,7 +12,7 @@ message = Release {new_version}

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
a
b
Expand Down
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ History

.. towncrier release notes start
2.3.0 (2023-08-10)
==================

Bugfixes
--------

- Fix schemaorg_description not being in Meta class (#127)
- Fix schema.org protocol to be https (#152)
- Fix request set order in Meta.__init__ (#155)


2.2.0 (2023-04-18)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/127.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/152.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/155.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion meta/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.0"
__version__ = "2.3.0"

0 comments on commit e5a2ef2

Please sign in to comment.