Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Sep 30, 2014
2 parents 894ff6b + f7a1e55 commit b2dc593
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

0.9 (dev)
---------
0.8.2 (2014/09/29)
------------------

- TBD
- Limit the maximum version of `openpyxl` to 2.1.0 due to deprecation bug.

0.8.1 (2014/09/04)
------------------
Expand Down
2 changes: 1 addition & 1 deletion doorstop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Package for doorstop."""

__project__ = 'Doorstop'
__version__ = '0.9-dev'
__version__ = '0.8.2'

CLI = 'doorstop'
GUI = 'doorstop-gui'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
install_requires=[
"PyYAML >= 3.10, < 4",
"Markdown >= 2, < 3",
"openpyxl >= 2, < 3",
"openpyxl >= 2, < 2.1.0",
"bottle >= 0.12, < 0.13",
"requests >= 2, < 3",
"pyficache >= 0.2.3, < 0.3",
Expand Down

0 comments on commit b2dc593

Please sign in to comment.