Skip to content

Commit 5e4dbc2

Browse files
committed
Release 0.7.1
1 parent e0d0809 commit 5e4dbc2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.0
2+
current_version = 0.7.1
33
commit = True
44
tag = True
55
message = Release {new_version}

HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
---------
33

4+
0.7.1 (2024-01-18)
5+
~~~~~~~~~~~~~~~~~~~
6+
47
- Fixes some incorrect type annotations in `Scheduler`.
58
[Daverball]
69

src/libres/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
registry = create_default_registry()
55

6-
__version__ = '0.7.0'
6+
__version__ = '0.7.1'
77
__all__ = (
88
'new_scheduler',
99
'registry'

0 commit comments

Comments
 (0)