From a0fb34ad3ea5e97958124c4a600ea28562b10a59 Mon Sep 17 00:00:00 2001 From: Tom Solberg Date: Wed, 19 Apr 2023 14:08:07 +0200 Subject: [PATCH] prepare release 23.1.0 (#8) Will publish this and then update emote. --- CHANGELOG.md | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5c97a..5bcf7e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +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). -## [Unreleased] +## [23.1.0] - 2023-04-19 -* Adds support for PDM 2.5.0 +- Adds support for PDM 2.5.0 ## [23.0.0] - 2023-03-01 This is the initial release -[Unreleased]: https://github.com/EmbarkStudios/pdm-plugin-torch/compare/23.0.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/pdm-plugin-torch/compare/23.1.0...HEAD +[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 533eb1f..fe2e52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdm-plugin-torch" -version = "23.0.0" +version = "23.1.0" description = "A plugin to help installing torch versions" authors = [ {name = "Embark Studios", email = "python@embark-studios.com"},