Skip to content

Commit

Permalink
6.11.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Oct 10, 2017
1 parent 37b3507 commit f7452a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
6.11.1
-----

- Bugfix for handling of `MULTI` parameters when there is only a single value.

6.11.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup, find_packages

version = '6.11.0'
version = '6.11.1'

readme = open(os.path.join(DIR, 'README.md')).read()

Expand Down

0 comments on commit f7452a5

Please sign in to comment.