aboutsummaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAlban Gruin2018-09-19 21:02:00 +0200
committerAlban Gruin2018-09-19 21:02:00 +0200
commit3c8f53e8657ebc3bd2229ffe67f944d19d38d0b5 (patch)
tree5402b3b79bb379c56fcbaaca799aed6192e2899d /__init__.py
parent676345434415d40363c80960484abf0295ca800a (diff)
parentfd516af7aedf938cc6fb65eca556e8341a0dfd92 (diff)
Merge branch 'stable/0.14.z' into prod/pa1ch/0.14.zv0.14.1-pa1ch
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 746391c..d95a5fd 100644
--- a/__init__.py
+++ b/__init__.py
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with celcatsanitizer. If not, see <http://www.gnu.org/licenses/>.
-VERSION = "0.14.0"
+VERSION = "0.14.1"
__version__ = VERSION
default_app_config = "edt.apps.EdtConfig"