Skip to content

Commit

Permalink
bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Mar 4, 2016
1 parent 99c100f commit 7b90eef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

2.0.3 (04-03-2016)
------------------

This is a bugfix release:

* Splash Notebook is fixed to work with recent ipykernel versions;
* segfaults in adblock middleware are fixed;
* adblock parsing issues are fixed by upgrading adblockparser to v0.5;
* fixed handling of adblock rules with 'domain' option: domain is now
extracted from the page URL, not necessarily from 'url' Splash argument.

2.0.2 (26-02-2016)
------------------

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.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.2'
release = '2.0.3'

# 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.0.2'
__version__ = '2.0.3'

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

0 comments on commit 7b90eef

Please sign in to comment.