We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c920d4 commit 7c83a1dCopy full SHA for 7c83a1d
HISTORY.rst
@@ -3,10 +3,10 @@
3
History
4
-------
5
6
-v0.18.4 (unreleased)
+v0.18.4 (2019-12-19)
7
....................
8
* Add ``py.typed`` file to tell mypy the package has type hints, #163
9
-* Added the SSL option for RedisSettings dataclass
+* Added ``ssl`` option to ``RedisSettings``, #165
10
11
v0.18.3 (2019-11-13)
12
arq/version.py
@@ -2,4 +2,4 @@
2
__all__ = ['VERSION']
-VERSION = StrictVersion('0.18.3')
+VERSION = StrictVersion('0.18.4')
0 commit comments