Skip to content

Commit

Permalink
Released version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed Apr 21, 2021
1 parent d3688d1 commit db18d6d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ first `0.1` release does not properly adhere to this. Unless explicitly stated,
changes are made by `Andreas Runfalk <https://github.com/runfalk>`_.


Version 1.1.1
-------------
Released on 21st April, 2021

- Normalize ranges to be empty when start and end is the same and either bound
is exclusive
(`bug #18 <https://github.com/runfalk/spans/issues/18>`_,
`lgharibashvili <https://github.com/lgharibashvili>`_)


Version 1.1.0
-------------
Released on 2nd June, 2019
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ def rst_preprocess(file):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Utilities"
Expand Down
2 changes: 1 addition & 1 deletion spans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""


__version__ = "1.1.0"
__version__ = "1.1.1"


__all__ = [
Expand Down

0 comments on commit db18d6d

Please sign in to comment.