Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abed0e5

Browse files
committed
Prepare 1.35 release.
1 parent 45484a0 commit abed0e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
1.35 - (unreleased)
4+
1.35 - 2017-02-01
55
-----------------
66

7-
* Do not use the backport of configparser on Python2, to fix "Option values must be strings" exception on some commands.
7+
* Do not use the backport of configparser on Python2, to fix
8+
"Option values must be strings" exception on some commands.
89
[MatthewWilkes]
910

1011
* No longer test on Python 3.2. [maurits]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '1.35.dev0'
3+
version = '1.35'
44

55
install_requires = [
66
'setuptools',

0 commit comments

Comments
 (0)