File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
2
commit = True
3
3
tag = False
4
- current_version = 1.5.1
4
+ current_version = 1.5.2
5
5
message = release: {new_version}
6
6
7
7
[bumpversion:file:setup.cfg]
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 1.5.2 (2022-09-19)
4
4
### Fixed
5
5
- Fix regression in ` dylib ` build artifacts not being found since 1.5.0. [ #290 ] ( https://github.com/PyO3/setuptools-rust/pull/290 )
6
6
- Fix regression in sdist missing examples and other supplementary files since 1.5.0. [ #291 ] ( https://github.com/PyO3/setuptools-rust/pull/291 )
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = setuptools-rust
3
- version = 1.5.1
3
+ version = 1.5.2
4
4
author = Nikolay Kim
5
5
author_email = fafhrd91@gmail.com
6
6
license = MIT
Original file line number Diff line number Diff line change 1
- __version__ = version = "1.5.1 "
1
+ __version__ = version = "1.5.2 "
2
2
__version_tuple__ = version_tuple = tuple (
3
3
map (lambda x : int (x [1 ]) if x [0 ] < 3 else x [1 ], enumerate (__version__ .split ("." )))
4
4
)
You can’t perform that action at this time.
0 commit comments