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 5adb24e commit aba51b9Copy full SHA for aba51b9
CHANGES.rst
@@ -1,10 +1,11 @@
1
CHANGES
2
^^^^^^^
3
4
-0.9.2 (2018-03-22)
+0.9.2 (2018-05-11)
5
------------------
6
7
- Fix `build_rust` crashing on `Cargo.toml` manifests without a `name` key in the `[lib]` section
8
+- Fix single quotes not being handled when parsing `Cargo.toml`
9
10
11
0.9.1 (2018-03-22)
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = '0.9.1'
+version = '0.9.2'
setup(
0 commit comments