diff --git a/CHANGES.md b/CHANGES.md index 879543c..66e4299 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,13 @@ 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). +## [3.0.4] - 2024-10-27 + +### Added + +- Official support for Python 3.13. + + ## [3.0.3] - 2023-10-24 ### Added @@ -104,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of inithook for pylint to activate virtual env. -[unreleased]: https://github.com/jgosmann/pylint-venv/compare/v3.0.3...HEAD +[unreleased]: https://github.com/jgosmann/pylint-venv/compare/v3.0.4...HEAD +[3.0.4]: https://github.com/jgosmann/pylint-venv/compare/v3.0.3...v3.0.4 [3.0.3]: https://github.com/jgosmann/pylint-venv/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/jgosmann/pylint-venv/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/jgosmann/pylint-venv/compare/v3.0.0...v3.0.1 diff --git a/pyproject.toml b/pyproject.toml index e51fa51..8821440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ maintainers = ["Jan Gosmann "] name = "pylint-venv" readme = "README.rst" repository = "https://github.com/jgosmann/pylint-venv/" -version = "3.0.3" +version = "3.0.4" [tool.poetry.dependencies] python = "^3.7.2"