Skip to content

Commit

Permalink
bump version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Oct 25, 2019
1 parent 2c15cae commit 2ec430e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
=======

3.4 (TBA)
---------
3.4 (2019-10-25)
----------------

In this release qtwebkit is updated to a more recent version.
It is still the same rendering engine, but with some bugs fixed
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '3.3'
version = '3.4'
# The full version, including alpha/beta/rc tags.
release = '3.3.1'
release = '3.4'

# 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.3.1'
__version__ = '3.4'

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

0 comments on commit 2ec430e

Please sign in to comment.