aboutsummaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAlban Gruin2018-10-09 20:43:01 +0200
committerAlban Gruin2018-10-09 20:43:01 +0200
commit709919377593c60b9f03796433bd5e58ad553d67 (patch)
tree20e0d7cbca5ab42e52a316973c32fd2de3d67488 /__init__.py
parentfc1fc472931cae0ba3d0a0103c328f85b7b52586 (diff)
parent171472d7dc42e2d3b390ad8b052c7e88fca21722 (diff)
Merge branch 'stable/0.14.z' into prod/pa1ch/0.14.zv0.14.3-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 a67d67f..5140a14 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.2"
+VERSION = "0.14.3"
__version__ = VERSION
default_app_config = "edt.apps.EdtConfig"