From 6cc7ba38b0cd49bc6d67293bb5617b76ae6713b2 Mon Sep 17 00:00:00 2001 From: medmunds Date: Mon, 22 May 2017 11:49:30 -0700 Subject: [PATCH] Release 0.10 --- anymail/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anymail/_version.py b/anymail/_version.py index 45257d7..68eeb94 100644 --- a/anymail/_version.py +++ b/anymail/_version.py @@ -1,3 +1,3 @@ -VERSION = (0, 10, 'dev0') +VERSION = (0, 10) __version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN __minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"