Skip to content

Commit

Permalink
bump to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kahn committed Apr 21, 2016
1 parent 779610b commit 534d1fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.0.8 (Apr 20th 2016)
------------------

### A few fixes for compatibility with python3 and using tox for testing

- Tested on pthon 2.7, 3.4 and 3.5


0.0.7 (Jan 18th 2016)
------------------

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.0.7'
version = '0.0.8'


setup(
Expand All @@ -23,6 +23,8 @@
'Intended Audience :: Developers',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
],
test_suite='runtests.run_tests',
)

0 comments on commit 534d1fd

Please sign in to comment.