diff --git a/docs/history.rst b/docs/history.rst index 3ede74b..6a0ce6c 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ Changelog ========= -3.0.4 (unreleased) +3.0.4 (2019-08-21) ------------------ - `Issue#63 `_ Now ensuring unicode value would for both python2 and python3 case. [nazrulworld] diff --git a/setup.py b/setup.py index f74829a..3f0df5e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os -version = '3.0.4.dev0' +version = '3.0.4' setup( name='collective.elasticsearch',