Skip to content

Commit

Permalink
Version 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Oct 18, 2017
1 parent 59c8240 commit 22ea47b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,8 @@ ChangeLog
+------------+---------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+=====================================================================+============+
| **2.2.12** | * Explicitly state 'UTF-8' encoding in setup when reading files | 2017/10/18 |
+------------+---------------------------------------------------------------------+------------+
| **2.2.11** | * Update dependencies | 2017/09/19 |
| | * Additional troubleshooting documentation | |
+------------+---------------------------------------------------------------------+------------+
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
2.2.11
2.2.12
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@ def read_file(fname, encoding='utf-8'):
namespace_packages=["luma"],
packages=["luma.oled"],
zip_safe=False,
install_requires=["luma.core>=1.0.0"],
install_requires=["luma.core>=1.0.3"],
setup_requires=pytest_runner,
tests_require=test_deps,
extras_require={
Expand Down

0 comments on commit 22ea47b

Please sign in to comment.