From 312b639e93c0276729145d808a475ba88b68221c Mon Sep 17 00:00:00 2001 From: Alexandre Decan Date: Thu, 26 Sep 2019 09:41:45 +0200 Subject: [PATCH] Prepare 1.10.0 --- README.md | 3 ++- intervals.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c9f379..eec7d57 100644 --- a/README.md +++ b/README.md @@ -820,7 +820,8 @@ You can cite this library using: This library adheres to a [semantic versioning](https://semver.org) scheme. -**not yet released** + +**1.10.0** (2019-09-26) - `IntervalDict` has a `.combine` method to merge its keys and values with another `IntervalDict`. diff --git a/intervals.py b/intervals.py index e862cb7..cc5df9b 100644 --- a/intervals.py +++ b/intervals.py @@ -9,7 +9,7 @@ __package__ = 'python-intervals' -__version__ = '1.10.0-pre1' +__version__ = '1.10.0' __licence__ = 'LGPL3' __author__ = 'Alexandre Decan' __url__ = 'https://github.com/AlexandreDecan/python-intervals'