We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5277d27 commit afb6571Copy full SHA for afb6571
CHANGES.md
@@ -1,6 +1,15 @@
1
CHANGES
2
=======
3
4
+0.10
5
+----
6
+
7
+ * Fix OSX travis build #99
8
+ * util.get_int() broken #101
9
+ * Compatibility issue with Python3 #109
10
+ * Logo 8 improvements bug #105
11
12
13
0.7
14
---
15
setup.py
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
-__version__ = "0.9.1"
+__version__ = "0.10"
def read(fname):
@@ -32,4 +32,4 @@ def read(fname):
32
"Programming Language :: Python :: 3.6",
33
"Programming Language :: Python :: 3.7",
34
]
35
-)
+)
0 commit comments