diff --git a/Changes.rst b/Changes.rst index 9931935..1efddff 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v1.0.3 (2017-06-08) +=============================== + +- Ensure S3 bucket notifications work without filters specified + Changes for v1.0.2 (2017-06-01) =============================== diff --git a/setup.py b/setup.py index 335e2f1..a7546b3 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="domovoi", - version="1.0.2", + version="1.0.3", url='https://github.com/kislyuk/domovoi', license='Apache Software License', author='Andrey Kislyuk',