Skip to content

Commit

Permalink
Added 0.4.1 explanation to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed Mar 21, 2017
1 parent f2cf8fa commit eff6e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Version 0.4.0
-------------
Released on 20th March, 2017

This released is called 0.4.1 on PyPI because I messed up the upload.

- Added new argument to :meth:`~spans.types.daterange.from_date` for working
with different kinds of date intervals. The argument accepts a period of either
``"day"`` (default), ``"week"`` (ISO week), ``"american_week"`` (starts on
Expand Down
2 changes: 1 addition & 1 deletion spans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

__version__ = "0.4.0"
__version__ = "0.4.1"
__all__ = [
"intrange",
"floatrange",
Expand Down

0 comments on commit eff6e46

Please sign in to comment.