Skip to content

Commit

Permalink
0.5.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 5, 2021
1 parent 19291fd commit 6aa3ffa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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

## v0.5.0 (2021-12-05)
### Feature
* update project template ([`81a65b4`](https://github.com/MicaelJarniac/timeranges/commit/81a65b401acf469442445c9b349a71fe6f1121d1))

### Documentation
* **readme:** more examples ([`7ff714f`](https://github.com/MicaelJarniac/timeranges/commit/7ff714f38aab3ba6cebc7ffac8b93b50aec0a077))

## v0.4.0 (2021-12-05)
### Feature
* use timematic ([`55e4af2`](https://github.com/MicaelJarniac/timeranges/commit/55e4af232dbd5e02bd17f28f5796ad0ee4f0076e))
Expand Down
2 changes: 1 addition & 1 deletion src/timeranges/__init__.py
@@ -1,6 +1,6 @@
"""Time ranges."""

__version__ = "0.4.0"
__version__ = "0.5.0"

from ._timeranges import TimeRange, TimeRanges, WeekRange

Expand Down

0 comments on commit 6aa3ffa

Please sign in to comment.