Skip to content

Commit 9c46d69

Browse files
committed
release: 1.3.0
1 parent 2c92b49 commit 9c46d69

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 1.3.0 (2022-04-26)
44

5-
### Packaging
6-
- Increase minimum `setuptools` version to 1.58. [#222](https://github.com/PyO3/setuptools-rust/pull/222)
5+
### Packaging
6+
- Increase minimum `setuptools` version to 58. [#222](https://github.com/PyO3/setuptools-rust/pull/222)
77

88
### Fixed
99
- Fix crash when `python-distutils-extra` linux package is installed. [#222](https://github.com/PyO3/setuptools-rust/pull/222)

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers =
2626
[options]
2727
packages = setuptools_rust
2828
zip_safe = True
29-
install_requires = setuptools>=46.1; semantic_version>=2.8.2,<3; typing_extensions>=3.7.4.3
30-
setup_requires = setuptools>=46.1; setuptools_scm>=6.3.2
29+
install_requires = setuptools>=58.0; semantic_version>=2.8.2,<3; typing_extensions>=3.7.4.3
30+
setup_requires = setuptools>=58.0; setuptools_scm>=6.3.2
3131
python_requires = >=3.7
3232

3333
[options.entry_points]

0 commit comments

Comments
 (0)