diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce73bb..04dad7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - 2024-08-14 +## [unreleased] - ???? + +## [0.1.0rc1] - 2024-08-14 + +NB! This release is versioned as a release candidate only because the need of changing the +requirements in the Samsung WAM integration for Home Assistant. This release is not compatible +with that integration, but that project has set the requirements to pywam>=0.0.1. - Fixed typo with grouping attributes - Fixed a bug for 0 volume @@ -20,3 +26,4 @@ All notable changes to this project will be documented in this file. [unreleased]: https://github.com/Strixx76/pywam [0.0.1]: https://github.com/Strixx76/pywam/tree/v0.0.1 +[0.1.0rc1]: https://github.com/Strixx76/pywam/tree/v0.1.0rc1 diff --git a/LICENSE.txt b/LICENSE.txt index 79f7295..4028ba3 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Daniel Jönsson +Copyright (c) 2024 Daniel Jönsson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 313d3ef..959d0ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pywam" -version = "0.1.0" +version = "0.1.0rc1" description = "Library built on AsyncIO for communicating with Samsung Wireless Audio speakers (WAM)." license = { text = "MIT License" } readme = "README.md"