Skip to content

Commit 5e2be17

Browse files
committed
bugfix release
1 parent 3c58ee6 commit 5e2be17

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
> If a release contains only bugfix, it is marked as a 'bugfix release'.
66
> Otherwise, the changelog entries highlight only new or changed functionality.
77
8+
## Version 0.9.18 - bugfix release
9+
810
## Version 0.9.17 - bugfix release
911

1012
## Version 0.9.16 - bugfix release

refinery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"""
3535
from __future__ import annotations
3636

37-
__version__ = '0.9.17'
37+
__version__ = '0.9.18'
3838
__distribution__ = 'binary-refinery'
3939

4040
import pickle

0 commit comments

Comments
 (0)