Skip to content

Commit

Permalink
0.3.0
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 797b6f0 commit 2d4f66a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## v0.3.0 (2021-12-04)
### Feature
* basic example ([`797b6f0`](https://github.com/MicaelJarniac/timeranges/commit/797b6f098f51e667c86bec15927842569a164b4c))

## v0.2.0 (2021-12-04)
### Feature
* first release ([`abb494b`](https://github.com/MicaelJarniac/timeranges/commit/abb494bd9d50a3a68c8820f67a3927dc0bdb613d))
2 changes: 1 addition & 1 deletion timeranges/__init__.py
@@ -1,6 +1,6 @@
"""Time ranges."""

__version__ = "0.2.0"
__version__ = "0.3.0"

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

0 comments on commit 2d4f66a

Please sign in to comment.