Skip to content

Commit

Permalink
bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Nov 10, 2016
1 parent c98d671 commit 8dbbdc6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

2.2.2 (2016-11-10)
------------------

This is a bug fix release:

* Splash-Jupyter is fixed;
* fix an issue with non-ascii HTTP status messages;
* upgrade Pillow to 3.4.2.


2.2.1 (2016-10-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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.
Expand Down
2 changes: 1 addition & 1 deletion splash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.2.1'
__version__ = '2.2.2'

from distutils.version import LooseVersion
version_info = tuple(LooseVersion(__version__).version)
Expand Down

0 comments on commit 8dbbdc6

Please sign in to comment.