Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Feb 7, 2024
1 parent 7afd43e commit 100c886
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.7.2
commit = True
tag = True
message = Release {new_version}
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

0.7.2 (2024-02-07)
~~~~~~~~~~~~~~~~~~~

- Fixes another incorrect type annotation in `Scheduler`.
[Daverball]

Expand Down
2 changes: 1 addition & 1 deletion src/libres/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

registry = create_default_registry()

__version__ = '0.7.1'
__version__ = '0.7.2'
__all__ = (
'new_scheduler',
'registry'
Expand Down

0 comments on commit 100c886

Please sign in to comment.