From 7f06bcf696f208fefc7fcb4a2bbbf29c5671b7fd Mon Sep 17 00:00:00 2001 From: Tom Solberg Date: Thu, 14 Sep 2023 13:54:24 +0200 Subject: [PATCH] release 23.2.0 (#14) --- CHANGELOG.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b44abf3..8d151da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [23.2.0] - Drops support for PDM 2.3 and 2.4, adds support for PDM 2.6-2.8 @@ -21,7 +21,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.1.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/pdm-plugin-torch/compare/23.2.0...HEAD +[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 [23.0.0]: https://github.com/EmbarkStudios/pdm-plugin-torch/releases/tag/23.0.0 diff --git a/pyproject.toml b/pyproject.toml index 8603eac..47dc40b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdm-plugin-torch" -version = "23.1.1" +version = "23.2.0" description = "A plugin to help installing torch versions" authors = [ {name = "Embark Studios", email = "python@embark-studios.com"},