summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2017-06-10 20:20:41 +0200
committerSebastian Thiel <byronimo@gmail.com>2017-06-10 20:20:41 +0200
commitfc4e3cc8521f8315e98f38c5550d3f179933f340 (patch)
treea544a4600edc96aac921c6f8180cbbb548c84ad4
parent6420d2e3a914da1b4ae46c54b9eaa3c43d8fd060 (diff)
downloadgitpython-fc4e3cc8521f8315e98f38c5550d3f179933f340.tar.gz
chore(version-up): v2.1.52.1.5
Fixes #632
-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",
]
)