Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 4, 2021
1 parent f530658 commit b6a4ff5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.3.1 (2021-12-04)
### Fix
* `__all__` ([`f530658`](https://github.com/MicaelJarniac/timeranges/commit/f530658625f75aca8721677415232383ec5d4f93))

## v0.3.0 (2021-12-04)
### Feature
* basic example ([`797b6f0`](https://github.com/MicaelJarniac/timeranges/commit/797b6f098f51e667c86bec15927842569a164b4c))
Expand Down
2 changes: 1 addition & 1 deletion timeranges/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Time ranges."""

__version__ = "0.3.0"
__version__ = "0.3.1"

from ._timeranges import TimeRange, TimeRanges, WeekRange
from ._types import Weekday
Expand Down

0 comments on commit b6a4ff5

Please sign in to comment.