We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f133f4 commit c329f88Copy full SHA for c329f88
CHANGES.rst
@@ -1,6 +1,12 @@
1
CHANGES
2
^^^^^^^
3
4
+0.8.3 (2017-12-05)
5
+------------------
6
+
7
+- Ignore strip option when platform is win32 #26
8
9
10
0.8.2 (2017-09-08)
11
------------------
12
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = '0.8.2'
+version = '0.8.3'
setup(
0 commit comments