Skip to content

Commit

Permalink
Prepare 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Feb 28, 2021
1 parent 5a11334 commit bfe0dd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## 2.1.5-pre1 (not yet released)
## 2.1.5 (2021-02-28)

### Fixed
- Getting items from an `Interval` using a slice does no longer return a `list` but an `Interval` instance.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The `portion` library (formerly distributed as `python-intervals`) provides data
- Heavily tested with high code coverage.

**Latest release:**
- `portion`: 2.1.4 on 2020-11-26 ([documentation](https://github.com/AlexandreDecan/portion/blob/2.1.4/README.md), [changes](https://github.com/AlexandreDecan/portion/blob/2.1.4/CHANGELOG.md)).
- `portion`: 2.1.5 on 2021-02-28 ([documentation](https://github.com/AlexandreDecan/portion/blob/2.1.5/README.md), [changes](https://github.com/AlexandreDecan/portion/blob/2.1.5/CHANGELOG.md)).
- `python-intervals`: 1.10.0 on 2019-09-26 ([documentation](https://github.com/AlexandreDecan/portion/blob/1.10.0/README.md), [changes](https://github.com/AlexandreDecan/portion/blob/1.10.0/README.md#changelog)).

Note that `python-intervals` will no longer receive updates since it has been replaced by `portion`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='portion',
version='2.1.5-pre1',
version='2.1.5',
license='LGPLv3',

author='Alexandre Decan',
Expand Down

0 comments on commit bfe0dd2

Please sign in to comment.