Skip to content

Commit

Permalink
Release 0.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Jan 26, 2020
1 parent 8aaf09f commit 5eebc33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ reader changelog
Version 0.18
------------

Unreleased
Released 2020-01-26

* Support Python 3.8.
* Increase the :meth:`~Reader.get_entries` recent threshold from 3 to 7 days.
Expand Down
2 changes: 1 addition & 1 deletion src/reader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"""

__version__ = '0.18.dev0'
__version__ = '0.18'


from .core.reader import Reader, make_reader
Expand Down

0 comments on commit 5eebc33

Please sign in to comment.