Skip to content

Commit

Permalink
Version bump - 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Apr 12, 2022
1 parent 32a4f03 commit 5ad8e6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

1.4 (unreleased)
1.4 (2022-04-12)
++++++++++++++++

* Fixed bug with ``get_session_data()`` not being empty after
Expand Down
2 changes: 1 addition & 1 deletion django_functest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .server import MultiThreadedLiveServerMixin
from .utils import AdminLoginMixin, ShortcutLoginMixin

__version__ = "1.4-dev1"
__version__ = "1.4"

__all__ = [
"FuncBaseMixin",
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# The short X.Y version.
version = "1.4"
# The full version, including alpha/beta/rc tags.
release = "1.4-dev1"
release = "1.4"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 3 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Tested browser versions:
+-------------------+---------------------+----------------------------+
| django-functest | Firefox | Chrome |
+===================+=====================+============================+
| 1.4 | Firefox 98.0.2 | Chrome 100.0.4896.75 |
| | geckodriver 0.30.0 | chromedriver 100.0.4896.60 |
+-------------------+---------------------+----------------------------+
| 1.3 | Firefox 96.0 | Chrome 98.0 |
| | geckodriver 0.30.0 | chromedriver 98.0.4758.80 |
+-------------------+---------------------+----------------------------+
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
except ImportError:
from distutils.core import setup

version = "1.4-dev1"
version = "1.4"

if sys.argv[-1] == "publish":
try:
Expand Down

0 comments on commit 5ad8e6b

Please sign in to comment.