Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Jan 18, 2024
1 parent e0d0809 commit 5e4dbc2
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.0
current_version = 0.7.1
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.1 (2024-01-18)
~~~~~~~~~~~~~~~~~~~

- Fixes some incorrect type annotations 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.0'
__version__ = '0.7.1'
__all__ = (
'new_scheduler',
'registry'
Expand Down

0 comments on commit 5e4dbc2

Please sign in to comment.