diff --git a/daguerre/__init__.py b/daguerre/__init__.py index 0fbece7..51a5486 100644 --- a/daguerre/__init__.py +++ b/daguerre/__init__.py @@ -1 +1 @@ -__version__ = (2, 2, 1) +__version__ = (2, 2, 2) diff --git a/docs/conf.py b/docs/conf.py index 2558a81..1899006 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '2.2' # The full version, including alpha/beta/rc tags. -release = '2.2.1' +release = '2.2.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/release-notes/2.2.2.rst b/docs/release-notes/2.2.2.rst new file mode 100644 index 0000000..8188a14 --- /dev/null +++ b/docs/release-notes/2.2.2.rst @@ -0,0 +1,5 @@ +2.2.2 (2016-05-10) +------------------ + +* Fixed incorrect requirements in setup.py. +* Fixed tests for adjusting broken images so they're compatible with all versions of Pillow. diff --git a/docs/release-notes/index.rst b/docs/release-notes/index.rst index 58c9aa3..5532210 100644 --- a/docs/release-notes/index.rst +++ b/docs/release-notes/index.rst @@ -4,5 +4,6 @@ Release Notes .. toctree:: :maxdepth: 2 + 2.2.2 2.2.1 2.2.0