Skip to content

Commit

Permalink
uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 19, 2019
1 parent 1c920d4 commit 7c83a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
History
-------

v0.18.4 (unreleased)
v0.18.4 (2019-12-19)
....................
* Add ``py.typed`` file to tell mypy the package has type hints, #163
* Added the SSL option for RedisSettings dataclass
* Added ``ssl`` option to ``RedisSettings``, #165

v0.18.3 (2019-11-13)
....................
Expand Down
2 changes: 1 addition & 1 deletion arq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['VERSION']

VERSION = StrictVersion('0.18.3')
VERSION = StrictVersion('0.18.4')

0 comments on commit 7c83a1d

Please sign in to comment.