Compare commits

..

2 Commits

Author SHA1 Message Date
Mojib Wali
c43c36ece3 v0.8.4 2022-03-11 10:47:10 +01:00
Mojib Wali
3acbaf65ef revert: use gettext 2022-03-11 10:40:58 +01:00
3 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,10 @@
Changes Changes
======= =======
Version 0.8.4 (released 2022-03-11)
- config: use gettext
Version 0.8.3 (released 2022-03-10) Version 0.8.3 (released 2022-03-10)
- config: fix comment & import - config: fix comment & import

View File

@@ -10,7 +10,7 @@
from os.path import abspath, dirname, join from os.path import abspath, dirname, join
from flask_babelex import lazy_gettext as _ from flask_babelex import gettext as _
INVENIO_CONFIG_TUGRAZ_SHIBBOLETH = False INVENIO_CONFIG_TUGRAZ_SHIBBOLETH = False
"""Set True if SAML is configured""" """Set True if SAML is configured"""

View File

@@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``,
and parsed by ``setup.py``. and parsed by ``setup.py``.
""" """
__version__ = "0.8.3" __version__ = "0.8.4"