We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bc736 commit 312b639Copy full SHA for 312b639
README.md
@@ -820,7 +820,8 @@ You can cite this library using:
820
821
This library adheres to a [semantic versioning](https://semver.org) scheme.
822
823
-**not yet released**
+
824
+**1.10.0** (2019-09-26)
825
826
- `IntervalDict` has a `.combine` method to merge its keys and values with another `IntervalDict`.
827
intervals.py
@@ -9,7 +9,7 @@
9
10
11
__package__ = 'python-intervals'
12
-__version__ = '1.10.0-pre1'
+__version__ = '1.10.0'
13
__licence__ = 'LGPL3'
14
__author__ = 'Alexandre Decan'
15
__url__ = 'https://github.com/AlexandreDecan/python-intervals'
0 commit comments