From a48b044153ae88fd84ccb42171456d974bad25c0 Mon Sep 17 00:00:00 2001 From: Damar Wicaksono Date: Tue, 7 Mar 2023 09:14:32 +0100 Subject: [PATCH 1/2] Update version and fix broken link. --- CHANGELOG.md | 10 ++++++++++ setup.cfg | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecfd679..735e3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to the UQTestFuns project is 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). +## [0.1.1] - 2023-07-03 + +### Fixed + +- v0.1.0 was erroneously already registered at PyPI; + latest version of UQTestFuns that was planned for v0.1.0 is now v0.1.1 +- Missing link in CHANGELOG.md + ## [0.1.0] - 2023-07-03 ### Added @@ -43,4 +51,6 @@ First public release of UQTestFuns. - CI/CD to build and serve the documentation on [ReadTheDocs](https://readthedocs.org/) - Mirror GitHub action to the [CASUS organization](https://github.com/casus) +[0.1.0]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.0.1...v0.1.0 [0.0.1]: https://github.com/damar-wicaksono/uqtestfuns/releases/tag/v0.0.1 diff --git a/setup.cfg b/setup.cfg index 52b1914..ca2dcc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = uqtestfuns -version = 0.1.0 +version = 0.1.1 url = https://github.com/damar-wicaksono/uqtestfuns author = Damar Wicaksono author_email = damar.wicaksono@outlook.com From 5df77f3ff14357ed332a16f204b54f8a7e96eb34 Mon Sep 17 00:00:00 2001 From: Damar Wicaksono Date: Tue, 7 Mar 2023 09:17:06 +0100 Subject: [PATCH 2/2] Fix yet another broken link. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 735e3bd..ed6231b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,6 @@ First public release of UQTestFuns. - CI/CD to build and serve the documentation on [ReadTheDocs](https://readthedocs.org/) - Mirror GitHub action to the [CASUS organization](https://github.com/casus) -[0.1.0]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.1.0...v0.1.1 +[0.1.1]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.0.1...v0.1.0 [0.0.1]: https://github.com/damar-wicaksono/uqtestfuns/releases/tag/v0.0.1