Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45484a0 commit abed0e5Copy full SHA for abed0e5
CHANGES.rst
@@ -1,10 +1,11 @@
1
Changelog
2
=========
3
4
-1.35 - (unreleased)
+1.35 - 2017-02-01
5
-----------------
6
7
-* Do not use the backport of configparser on Python2, to fix "Option values must be strings" exception on some commands.
+* Do not use the backport of configparser on Python2, to fix
8
+ "Option values must be strings" exception on some commands.
9
[MatthewWilkes]
10
11
* No longer test on Python 3.2. [maurits]
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = '1.35.dev0'
+version = '1.35'
install_requires = [
'setuptools',
0 commit comments