Skip to content

Commit

Permalink
Release 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 9, 2018
1 parent ff37cae commit 9b236ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog


## 0.10.3 (2018-09-09)
## 0.10.5 (2018-09-09)

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

## 0.10.4 (2018-09-09)

- Add `html-py-ever` example

## 0.10.3 (2018-09-06)

- `path` in `RustExtension` now defaults to `Cargo.toml`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

version = "0.10.4"
version = "0.10.5"

setup(
name="setuptools-rust",
Expand Down

1 comment on commit 9b236ca

@marcelotrevisani
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please create a tag for the release 0.10.5 ?
So in that way will be possible to download the project using tarballs

Please sign in to comment.