From 7ea127aef11d53b38b9a19d6ef0026df7f02d336 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Fri, 15 Jun 2018 12:34:01 +0200 Subject: [PATCH] Release 2.6.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 905f2daef..e973974bf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '2.6.1' +VERSION = '2.6.2' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = [ pkg.split('==')[0]