diff --git a/Changes.rst b/Changes.rst index 5c1bb48..17c1a0a 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v0.5.2 (2017-11-09) +=============================== + +Fix broken formatting in README + Changes for v0.5.1 (2017-11-09) =============================== diff --git a/setup.py b/setup.py index ed3ebd4..eb0f132 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="watchtower", - version="0.5.1", + version="0.5.2", url="https://github.com/kislyuk/watchtower", license="Apache Software License", author="Andrey Kislyuk",