Skip to content

Commit

Permalink
bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Feb 5, 2019
1 parent 898183c commit 9096357
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.3 (TBA)
---------
3.3 (2019-02-06)
----------------

Backwards incompatible:

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'2018, Scrapinghub'
copyright = u'2019, 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.2'
version = '3.3'
# The full version, including alpha/beta/rc tags.
release = '3.2'
release = '3.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__ = '3.2'
__version__ = '3.3'

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

0 comments on commit 9096357

Please sign in to comment.