Skip to content

Commit 95c59ce

Browse files
committed
Prepare v3.0.4 release
1 parent 151bcb4 commit 95c59ce

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [3.0.4] - 2024-10-27
9+
10+
### Added
11+
12+
- Official support for Python 3.13.
13+
14+
815
## [3.0.3] - 2023-10-24
916

1017
### Added
@@ -104,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104111

105112
- Initial release of inithook for pylint to activate virtual env.
106113

107-
[unreleased]: https://github.com/jgosmann/pylint-venv/compare/v3.0.3...HEAD
114+
[unreleased]: https://github.com/jgosmann/pylint-venv/compare/v3.0.4...HEAD
115+
[3.0.4]: https://github.com/jgosmann/pylint-venv/compare/v3.0.3...v3.0.4
108116
[3.0.3]: https://github.com/jgosmann/pylint-venv/compare/v3.0.2...v3.0.3
109117
[3.0.2]: https://github.com/jgosmann/pylint-venv/compare/v3.0.1...v3.0.2
110118
[3.0.1]: https://github.com/jgosmann/pylint-venv/compare/v3.0.0...v3.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ maintainers = ["Jan Gosmann <jan@hyper-world.de>"]
2727
name = "pylint-venv"
2828
readme = "README.rst"
2929
repository = "https://github.com/jgosmann/pylint-venv/"
30-
version = "3.0.3"
30+
version = "3.0.4"
3131

3232
[tool.poetry.dependencies]
3333
python = "^3.7.2"

0 commit comments

Comments
 (0)