diff options
author | Alban Gruin | 2018-01-11 20:51:58 +0100 |
---|---|---|
committer | Alban Gruin | 2018-01-11 20:51:58 +0100 |
commit | 2a7292acd38ffc1261fe4800a15db5a27a6c871a (patch) | |
tree | 0e7f0bf022b39774aa39599d2552b8ad1eb153e1 /__init__.py | |
parent | 772caa72ce7f80bfeb5fbb1d05b57838dafd48c3 (diff) | |
parent | 32cfe5e60b60d7859f6e4fb3b4cba03d47293918 (diff) |
Merge branch 'stable/0.12.z' into prod/pa1ch/0.12.zv0.12.1-pa1ch
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 c438abb..fa86ac8 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.12.0-pa1ch" +VERSION = "0.12.1-pa1ch" __version__ = VERSION default_app_config = "edt.apps.EdtConfig" |