Skip to content

Commit

Permalink
Prepare v3.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Oct 27, 2024
1 parent 151bcb4 commit 95c59ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ maintainers = ["Jan Gosmann <[email protected]>"]
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"
Expand Down

0 comments on commit 95c59ce

Please sign in to comment.