Skip to content

Commit 0accfd0

Browse files
committed
Releasing restless 2.1.1
1 parent ad49c44 commit 0accfd0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: docs/releasenotes/v2.1.1.rst

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
restless v2.1.1
2+
===============
3+
4+
:date: 2017-06-01
5+
6+
7+
Bug Fixes
8+
-------
9+
10+
* Fixed an issue caused by trying to import six on setup.py file

Diff for: restless/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = 'Daniel Lindsley'
22
__license__ = 'BSD'
3-
__version__ = (2, 1, 0)
3+
__version__ = (2, 1, 1)
44
VERSION = '.'.join(map(str, __version__))
55

66

0 commit comments

Comments
 (0)