diff options
author | Alban Gruin | 2018-09-19 21:02:00 +0200 |
---|---|---|
committer | Alban Gruin | 2018-09-19 21:02:00 +0200 |
commit | 3c8f53e8657ebc3bd2229ffe67f944d19d38d0b5 (patch) | |
tree | 5402b3b79bb379c56fcbaaca799aed6192e2899d /__init__.py | |
parent | 676345434415d40363c80960484abf0295ca800a (diff) | |
parent | fd516af7aedf938cc6fb65eca556e8341a0dfd92 (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__.py | 2 |
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" |