Skip to content

Commit 312b639

Browse files
Prepare 1.10.0
1 parent 27bc736 commit 312b639

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,8 @@ You can cite this library using:
820820

821821
This library adheres to a [semantic versioning](https://semver.org) scheme.
822822

823-
**not yet released**
823+
824+
**1.10.0** (2019-09-26)
824825

825826
- `IntervalDict` has a `.combine` method to merge its keys and values with another `IntervalDict`.
826827

intervals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
__package__ = 'python-intervals'
12-
__version__ = '1.10.0-pre1'
12+
__version__ = '1.10.0'
1313
__licence__ = 'LGPL3'
1414
__author__ = 'Alexandre Decan'
1515
__url__ = 'https://github.com/AlexandreDecan/python-intervals'

0 commit comments

Comments
 (0)