We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8440005 commit 03edecdCopy full SHA for 03edecd
CHANGELOG.md
@@ -1,7 +1,9 @@
1
# Changelog
2
3
4
-## [Unreleased]
+## [0.1.0] - 2020-04-17
5
+
6
+New functionality.
7
8
### Added
9
- Add the `ExpirableObject` class to the `helpers` module.
@@ -11,7 +13,7 @@
11
13
- Add the methods `split_per_week` and `split_per_month` to the `TimeWindow` class.
12
14
15
-## [0.0.1] - 2017-06-20
16
+## [0.0.1] - 2019-01-29
17
18
The initial version of the library.
19
setup.py
@@ -6,7 +6,7 @@
setup(
name='time-window',
- version='0.0.1',
+ version='0.1.0',
10
description='A Time Window library',
long_description=long_description,
long_description_content_type="text/markdown",
0 commit comments