summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rwxr-xr-xsetup.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 7d2ed7c7..cd57a8b9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.4
+2.1.5
diff --git a/setup.py b/setup.py
index ea1b6316..585a9e29 100755
--- a/setup.py
+++ b/setup.py
@@ -131,5 +131,6 @@ setup(
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
]
)