Skip to content

Commit afb6571

Browse files
committed
prepare for 0.10
1 parent 5277d27 commit afb6571

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGES
22
=======
33

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+
413
0.7
514
---
615

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
__version__ = "0.9.1"
4+
__version__ = "0.10"
55

66

77
def read(fname):
@@ -32,4 +32,4 @@ def read(fname):
3232
"Programming Language :: Python :: 3.6",
3333
"Programming Language :: Python :: 3.7",
3434
]
35-
)
35+
)

0 commit comments

Comments
 (0)