Skip to content

Commit

Permalink
Version bump - 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Jul 12, 2022
1 parent a1b9224 commit f52647d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1 (unreleased)
1.4.1 (2022-07-12)
++++++++++++++++++

* Fixed crasher with Selenium 4.3 due to removed method.
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.5-dev1"
__version__ = "1.4.1"

__all__ = [
"FuncBaseMixin",
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# built documents.
#
# The short X.Y version.
version = "1.5"
version = "1.4"
# The full version, including alpha/beta/rc tags.
release = "1.5-dev1"
release = "1.4.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 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.5-dev1"
version = "1.4.1"

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

0 comments on commit f52647d

Please sign in to comment.