diff options
author | Alban Gruin | 2018-01-24 21:16:46 +0100 |
---|---|---|
committer | Alban Gruin | 2018-01-24 21:16:46 +0100 |
commit | b102f484b032f970f2b0579794ca0be42146a702 (patch) | |
tree | cb634969e81c2d4ba977e67848bce5ded41a8bd8 /__init__.py | |
parent | 88d537092fa6e7710b7c3b07c71b94d68140a5c2 (diff) | |
parent | 605eaafddc2e626dfbce13b6d1c99757562ee971 (diff) |
Merge branch 'stable/0.12.z' into prod/pa1ch/0.12.zv0.12.3-pa1chprod/pa1ch/0.12.z
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 71cc55e..3dcdeff 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.2-pa1ch" +VERSION = "0.12.3" __version__ = VERSION default_app_config = "edt.apps.EdtConfig" |