Skip to content

Commit ecc5be9

Browse files
committed
version: 0.10.2 -> 0.10.3
1 parent 46a2d4f commit ecc5be9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.10.3] - 2023-10-08
99
### Added
1010
- Added support for python 3.12.
1111

@@ -148,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148148
## [0.1.0] - 2020-09-07
149149
- Initial release
150150

151-
[Unreleased]: https://github.com/newAM/idasen/compare/v0.10.2...HEAD
151+
[Unreleased]: https://github.com/newAM/idasen/compare/v0.10.3...HEAD
152+
[0.10.3]: https://github.com/newAM/idasen/compare/v0.10.2...v0.10.3
152153
[0.10.2]: https://github.com/newAM/idasen/compare/v0.10.1...v0.10.2
153154
[0.10.1]: https://github.com/newAM/idasen/compare/v0.10.0...v0.10.1
154155
[0.10.0]: https://github.com/newAM/idasen/compare/v0.9.6...v0.10.0

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target-version = ["py38"]
66
name = "idasen"
77
description = "ikea IDÅSEN desk API and CLI."
88
authors = ["Alex Martens <[email protected]>"]
9-
version = "0.10.2"
9+
version = "0.10.3"
1010
license = "MIT"
1111
readme = "README.rst"
1212
repository = "https://github.com/newAM/idasen"

0 commit comments

Comments
 (0)