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 11[bumpversion]
22commit = True
33tag = False
4- current_version = 1.5.1
4+ current_version = 1.5.2
55message = release: {new_version}
66
77[bumpversion:file:setup.cfg]
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 1.5.2 (2022-09-19)
44### Fixed
55- Fix regression in ` dylib ` build artifacts not being found since 1.5.0. [ #290 ] ( https://github.com/PyO3/setuptools-rust/pull/290 )
66- 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 11[metadata]
22name = setuptools-rust
3- version = 1.5.1
3+ version = 1.5.2
44author = Nikolay Kim
55author_email = fafhrd91@gmail.com
66license = MIT
Original file line number Diff line number Diff line change 1- __version__ = version = "1.5.1 "
1+ __version__ = version = "1.5.2 "
22__version_tuple__ = version_tuple = tuple (
33 map (lambda x : int (x [1 ]) if x [0 ] < 3 else x [1 ], enumerate (__version__ .split ("." )))
44)
You can’t perform that action at this time.
0 commit comments