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 3b06753 commit eaa1185Copy full SHA for eaa1185
CHANGES.rst
@@ -1,8 +1,8 @@
1
CHANGES
2
=======
3
4
-0.6.4
5
--------
+0.6.4 (2017-07-31)
+------------------
6
7
- `check` command respects `optional` option
8
- Don't fail when Rust isn't installed while all extensions are optional
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = '0.6.3'
+version = '0.6.4'
setup(
0 commit comments