Skip to content

Commit f47e9f2

Browse files
committed
Update for release
1 parent 4c0b4f4 commit f47e9f2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ for a full listing of issues for each release.
55

66
--------------------------------------------------------------------------------
77

8+
## isodatetime 2018.02.0 (Released 2018-02-06)
9+
10+
This is the 9th release of isodatetime.
11+
12+
### Noteworthy Changes
13+
14+
[#82](https://github.com/metomi/isodatetime/pull/82):
15+
Fix subtracting a later timepoint from an earlier one.
16+
17+
--------------------------------------------------------------------------------
18+
819
## isodatetime 2017.08.0 (Released 2017-08-09)
920

1021
This is the 8th release of isodatetime.

isodatetime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# ----------------------------------------------------------------------------
1818
"""Python ISO 8601 date time parser and data model/manipulation utilities."""
1919

20-
__version__ = "2017.08.0"
20+
__version__ = "2018.02.0"

0 commit comments

Comments
 (0)