Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
release as v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Jun 11, 2019
1 parent 5ad3779 commit 9958a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,9 @@ Older changes are here: https://www.pylucid.org/de/blog/tag/backward-incompatibl

== Release History

* [[https://github.com/jedie/PyLucid/compare/v3.1.3...master|compare v3.1.3...master]] - v3.1.4 **dev**
* [[https://github.com/jedie/PyLucid/compare/v3.1.4...master|compare v3.1.4...master]] - **dev**
** TBC
* [[https://github.com/jedie/PyLucid/compare/v3.1.3...v3.1.4|11.06.2019 - v3.1.4]]:
** Update requirements, e.g.: django==1.11.21, djangocms-blog==0.9.9, djangocms-history==1.1.0
** Bugfix: include missing pylucid installer in PyPi package
* [[https://github.com/jedie/PyLucid/compare/v3.1.2...v3.1.3|19.09.2018 - v3.1.3]]:
Expand Down
1 change: 0 additions & 1 deletion pylucid/pylucid_boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
#
DEVELOPER_INSTALL=["-e", "git+https://github.com/jedie/PyLucid.git@master#egg=%s" % PACKAGE_NAME]
NORMAL_INSTALL=[
"--pre", # https://pip.pypa.io/en/stable/reference/pip_install/#pre-release-versions
PACKAGE_NAME
]

Expand Down
2 changes: 1 addition & 1 deletion pylucid/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# * Set pip '--pre' flag in pylucid_boot.NORMAL_INSTALL
# * push not pre-releases on 'master' branch
#
__version__ = "3.1.4.rc5"
__version__ = "3.1.4"


# Just the first two parts of the version
Expand Down

0 comments on commit 9958a4d

Please sign in to comment.