Skip to content

Commit

Permalink
bump version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jan 30, 2018
1 parent 3044bbf commit aada55e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Changes
=======

3.1 (TBA)
---------
3.1 (2018-01-31)
----------------

* IndexedDB can be enabled by setting :ref:`splash-indexeddb-enabled`
attribute to ``true`` in a Lua script;
* Bengali and Assamese fonts are added to the default Docker image;
* :ref:`splash-runjs` and :ref:`splash-autoload` are fixed for scripts
which end with a line comment (``//``);
* ``--ip`` startup argument allows to set an IP address Splash listens on;
* Documentation and testing improvements.

3.0 (2017-07-06)
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@

# General information about the project.
project = u'Splash'
copyright = u'2017, Scrapinghub'
copyright = u'2018, Scrapinghub'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '3.0'
version = '3.1'
# The full version, including alpha/beta/rc tags.
release = '3.0'
release = '3.1'

# 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__ = '3.0'
__version__ = '3.1'

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

0 comments on commit aada55e

Please sign in to comment.