diff options
author | Alban Gruin | 2017-11-16 19:01:27 +0100 |
---|---|---|
committer | Alban Gruin | 2017-11-16 19:01:27 +0100 |
commit | daa18b5fdc0284202f0efeefe562db2edc9f191f (patch) | |
tree | fd7fe03e3accb301a6111770220a6e1e0fe4746d /__init__.py | |
parent | 111c0fcba0692d175e42258f9aa814de6a2bb1ff (diff) | |
parent | b2c14a2db9b79dca007db5e32aefbf76ebd05fd1 (diff) |
Merge branch 'stable/0.11.z' into prod/pa1ch/0.11.zv0.11.2-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 820bcfa..fd9e129 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.11.1-pa1ch" +VERSION = "0.11.2-pa1ch" __version__ = VERSION default_app_config = "edt.apps.EdtConfig" |