Skip to content

Commit

Permalink
Version bump 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Jan 25, 2022
1 parent aa3a1d3 commit 205c896
Show file tree
Hide file tree
Showing 4 changed files with 4 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.2 (unreleased)
1.2 (2022-01-25)
++++++++++++++++

* Removed need for PyVirtualDisplay, by using “headless” options instead.
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.2-dev"
__version__ = "1.2"

__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.2"
# The full version, including alpha/beta/rc tags.
release = "1.2-dev"
release = "1.2"

# 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.2-dev"
version = "1.2"

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

0 comments on commit 205c896

Please sign in to comment.