Skip to content

Commit

Permalink
prepare for 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Aug 2, 2018
1 parent 5277d27 commit afb6571
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGES
=======

0.10
----

* Fix OSX travis build #99
* util.get_int() broken #101
* Compatibility issue with Python3 #109
* Logo 8 improvements bug #105


0.7
---

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

__version__ = "0.9.1"
__version__ = "0.10"


def read(fname):
Expand Down Expand Up @@ -32,4 +32,4 @@ def read(fname):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
]
)
)

0 comments on commit afb6571

Please sign in to comment.