Skip to content

Commit 9b236ca

Browse files
committed
Release 0.10.5
1 parent ff37cae commit 9b236ca

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Changelog
22

33

4-
## 0.10.3 (2018-09-09)
4+
## 0.10.5 (2018-09-09)
55

6-
- Add `html-py-ever` example
76
- Added license file [#41](https://github.com/PyO3/setuptools-rust/pull/41)
87

8+
## 0.10.4 (2018-09-09)
9+
10+
- Add `html-py-ever` example
11+
912
## 0.10.3 (2018-09-06)
1013

1114
- `path` in `RustExtension` now defaults to `Cargo.toml`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = "0.10.4"
5+
version = "0.10.5"
66

77
setup(
88
name="setuptools-rust",

0 commit comments

Comments
 (0)