Skip to content

Commit

Permalink
prepare release 23.3.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson authored Nov 14, 2023
1 parent daed4f8 commit 9db8afa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: 3.8
architecture: x64
version: 2.4.9
version: 2.10.1
prerelease: true
enable-pep582: true
cache: true
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [23.2.0]
## [23.3.0] - 2023-11-14

- Add support for PDM 2.9 and 2.10
- On all versions where applicable, enforces `static-url`.
- Removes support for PDM 2.8 as it has a show-stopper bug
- Fixed a bug with `CPU` target that would sometimes include non-CPU-specific wheels.

## [23.2.0] - 2023-09-14

- Drops support for PDM 2.3 and 2.4, adds support for PDM 2.6-2.8

Expand All @@ -21,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is the initial release

[Unreleased]: https://github.com/EmbarkStudios/pdm-plugin-torch/compare/23.2.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/pdm-plugin-torch/compare/23.3.0...HEAD
[23.3.0]: https://github.com/EmbarkStudios/pdm-plugin-torch/compare/23.2.0...23.3.0
[23.2.0]: https://github.com/EmbarkStudios/pdm-plugin-torch/compare/23.1.0...23.2.0
[23.1.1]: https://github.com/EmbarkStudios/pdm-plugin-torch/compare/23.1.0...23.1.1
[23.1.0]: https://github.com/EmbarkStudios/pdm-plugin-torch/compare/23.0.0...23.1.0
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pdm-plugin-torch"
version = "23.2.0"
version = "23.3.0"
description = "A plugin to help installing torch versions"
authors = [
{name = "Embark Studios", email = "[email protected]"},
Expand Down Expand Up @@ -32,8 +32,8 @@ docs = [
repository = "https://github.com/EmbarkStudios/pdm-plugin-torch"

[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"
requires = ["pdm-backend>=2.0.0"]
build-backend = "pdm.backend"

[project.entry-points.pdm]
pdm_plugin_torch = "pdm_plugin_torch.main:torch_plugin"
Expand Down

0 comments on commit 9db8afa

Please sign in to comment.