From e17b01913d53b0a24daed26a0bb580ff055f4327 Mon Sep 17 00:00:00 2001 From: Allard Hendriksen Date: Tue, 27 Oct 2020 20:43:25 +0100 Subject: [PATCH] Bump version 0.9.0 -> 0.9.1 Fix conda build for pytorch versions < 1.5 --- CHANGELOG.md | 7 ++++++- msd_pytorch/VERSION | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cc0cd..6961a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Removed +## [0.9.1] - 2020-10-27 +### Fixed +- Fixed the conda build for pytorch versions < 1.5 + ## [0.9.0] - 2020-10-26 ### Added - Support for Python 3.8 @@ -56,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.9.0...master +[Unreleased]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.9.1...master +[0.9.1]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.9.0...v0.9.1 [0.9.0]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.8.0...v0.9.0 [0.8.0]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.3...v0.8.0 [0.7.2]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.2...v0.7.3 diff --git a/msd_pytorch/VERSION b/msd_pytorch/VERSION index ac39a10..f374f66 100644 --- a/msd_pytorch/VERSION +++ b/msd_pytorch/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1