Skip to content

Commit

Permalink
0.6.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 20, 2021
1 parent dde5de0 commit eb83bbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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

## v0.6.0 (2021-12-20)
### Feature
* interpolate to `time.max` ([`dde5de0`](https://github.com/MicaelJarniac/timeranges/commit/dde5de017345638f5657e902b12ff4ba22d570ed))

### Documentation
* update .all-contributorsrc [skip ci] ([`e6b1dc1`](https://github.com/MicaelJarniac/timeranges/commit/e6b1dc15ac38d63528b6bed29d49f9b33e480392))
* update README.md [skip ci] ([`6becae7`](https://github.com/MicaelJarniac/timeranges/commit/6becae7573fcfaed93e451120f27a9b53e298375))

## v0.5.0 (2021-12-05)
### Feature
* update project template ([`81a65b4`](https://github.com/MicaelJarniac/timeranges/commit/81a65b401acf469442445c9b349a71fe6f1121d1))
Expand Down
2 changes: 1 addition & 1 deletion src/timeranges/__init__.py
@@ -1,6 +1,6 @@
"""Time ranges."""

__version__ = "0.5.0"
__version__ = "0.6.0"

from ._timeranges import TimeRange, TimeRanges, WeekRange

Expand Down

0 comments on commit eb83bbf

Please sign in to comment.