Skip to content

Commit aba51b9

Browse files
author
Martin Larralde
committed
Prepare release
1 parent 5adb24e commit aba51b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
CHANGES
22
^^^^^^^
33

4-
0.9.2 (2018-03-22)
4+
0.9.2 (2018-05-11)
55
------------------
66

77
- 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`
89

910

1011
0.9.1 (2018-03-22)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '0.9.1'
3+
version = '0.9.2'
44

55

66
setup(

0 commit comments

Comments
 (0)