Skip to content

Commit

Permalink
Small lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Nov 6, 2018
1 parent 46a3a04 commit f557224
Show file tree
Hide file tree
Showing 8 changed files with 607 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["konstin <[email protected]>"]
name = "pyo3-pack"
version = "0.4.0"
version = "0.3.9"
description = "Build and publish crates with pyo3 bindings as python packages"
exclude = ["get-fourtytwo/**/*", "integration-test/**/*", "sysconfig/*"]
readme = "Readme.md"
Expand Down
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.9]

### Changed

* Update reqwest to 0.9.4 which has [seanmonstar/reqwest#374](https://github.com/seanmonstar/reqwest/issues/374) fixed
Expand Down Expand Up @@ -119,7 +121,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K

* Initial Release

[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.3.8...HEAD
[Unreleased]: https://github.com/pyo3/pyo3-pack/compare/v0.3.9...HEAD
[0.3.9]: https://github.com/pyo3/pyo3-pack/compare/v0.3.8...v0.3.9
[0.3.8]: https://github.com/pyo3/pyo3-pack/compare/v0.3.7...v0.3.8
[0.3.7]: https://github.com/pyo3/pyo3-pack/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/pyo3/pyo3-pack/compare/v0.3.5...v0.3.5
Expand Down
242 changes: 242 additions & 0 deletions get-fourtytwo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions hello-world/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f557224

Please sign in to comment.