diff options
author | Alban Gruin | 2017-11-24 21:32:14 +0100 |
---|---|---|
committer | Alban Gruin | 2017-11-24 21:32:14 +0100 |
commit | 33d71f450619c8f0145b9c2b0516966e7b4f4ea5 (patch) | |
tree | 707e7efb34d0ce4c210f4db8b4dd192558e82e66 /__init__.py | |
parent | daa18b5fdc0284202f0efeefe562db2edc9f191f (diff) | |
parent | d9b78963e8526b803f1165c79ae2f97c6a36016b (diff) |
Merge branch 'stable/0.11.z' into prod/pa1ch/0.11.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 fd9e129..24d08d5 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.2-pa1ch" +VERSION = "0.11.3-pa1ch" __version__ = VERSION default_app_config = "edt.apps.EdtConfig" |