Skip to content

Commit

Permalink
Updated changelog and bumped version in preparation for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed Oct 25, 2017
1 parent 722de52 commit 0b56c73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.0.1
-------------
Released on <unreleased>

- Fixed ``PartialOrderingMixin`` not using ``__slots__``
(`bug #10 <https://github.com/runfalk/spans/issues/10>`_)


Version 1.0.0
-------------
Released on 8th June, 2017
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.0.0"
__version__ = "1.0.1"


__all__ = [
Expand Down

0 comments on commit 0b56c73

Please sign in to comment.