aboutsummaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAlban Gruin2018-04-25 21:22:03 +0200
committerAlban Gruin2018-04-25 21:22:03 +0200
commit5488a93bf2e04d2f19e287186011dcbb436a238b (patch)
tree73337bc6643619b741ff65c61e10e12955930836 /__init__.py
parent1789cbf1dcf555b35785e47237fb0a1f95720a45 (diff)
Version 0.13.0v0.13.0stable/0.13.z
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 3dcdeff..eb06e42 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.3"
+VERSION = "0.13.0"
__version__ = VERSION
default_app_config = "edt.apps.EdtConfig"