Skip to content

Commit 7c83a1d

Browse files
committedDec 19, 2019
uprev
1 parent 1c920d4 commit 7c83a1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎HISTORY.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
History
44
-------
55

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

1111
v0.18.3 (2019-11-13)
1212
....................

‎arq/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['VERSION']
44

5-
VERSION = StrictVersion('0.18.3')
5+
VERSION = StrictVersion('0.18.4')

0 commit comments

Comments
 (0)
Please sign in to comment.