Skip to content

Commit

Permalink
Prepared Release 1.3.0
Browse files Browse the repository at this point in the history
Prepare project for a new release 1.3.0

- Updated README.md
- Updated CHANGELOG.md

Pull Request: #20
  • Loading branch information
stegm authored Nov 13, 2024
1 parent 21dcb4e commit 1cf9bdc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## [1.3.0]

## Changed

- Added support for pydantic 2.x (>=2.0.0) while maintaining compatibility
with pydantic 1.x (>=1.9.0).
- Dropped support for Python 3.8 and added 3.11/3.12.

## Fixed

- Fixed error in cli for printing events.

## [1.2.2]

## Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,11 @@ await client.login(my_master_key, service_code=my_service_code)
- [click](https://click.palletsprojects.com/) - command line interface framework
- [black](https://github.com/psf/black) - Python code formatter
- [ruff](https://github.com/astral-sh/ruff) - Python linter
- [pydantic](https://docs.pydantic.dev/latest/) - Data validation library
- [pytest](https://docs.pytest.org/) - Python test framework
- [mypy](https://mypy-lang.org/) - Python type checker
- [setuptools](https://github.com/pypa/setuptools) - Python packager
- [tox](https://tox.wiki) - Automate testing

## License

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pykoplenti
version = 1.2.2
version = 1.3.0
description = Python REST-Client for Kostal Plenticore Solar Inverters
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 1cf9bdc

Please sign in to comment.