From ee827d311be9231ceff283a4a1e97b341c0991d2 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sun, 8 Oct 2023 15:54:10 -0700 Subject: [PATCH] version: 0.10.2 -> 0.10.3 --- CHANGELOG.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a320b..851eaa2 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] +## [0.10.3] - 2023-10-08 ### Added - Added support for python 3.12. @@ -148,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2020-09-07 - Initial release -[Unreleased]: https://github.com/newAM/idasen/compare/v0.10.2...HEAD +[Unreleased]: https://github.com/newAM/idasen/compare/v0.10.3...HEAD +[0.10.3]: https://github.com/newAM/idasen/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/newAM/idasen/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/newAM/idasen/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/newAM/idasen/compare/v0.9.6...v0.10.0 diff --git a/pyproject.toml b/pyproject.toml index 806ebee..dcc42c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ target-version = ["py38"] name = "idasen" description = "ikea IDÅSEN desk API and CLI." authors = ["Alex Martens "] -version = "0.10.2" +version = "0.10.3" license = "MIT" readme = "README.rst" repository = "https://github.com/newAM/idasen"