diff options
author | Alban Gruin | 2017-11-25 14:14:15 +0100 |
---|---|---|
committer | Alban Gruin | 2017-11-25 14:14:15 +0100 |
commit | df5ef1a932170d55623bf0469ef56c5af9e62fa3 (patch) | |
tree | 0654acc200ee9de2c107762457d3b8b3a10ebfb3 /__init__.py | |
parent | 4619a385336119b20276454264d2eaf9f6ae5995 (diff) | |
parent | adad24ace9ab47f12d43dca494b358544beefa00 (diff) |
Merge branch 'master' into futur
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 7371b39..1cdb4e3 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" +VERSION = "0.11.3" __version__ = VERSION default_app_config = "edt.apps.EdtConfig" |