File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ maintainers = ["Jan Gosmann <jan@hyper-world.de>"]
2727name = " pylint-venv"
2828readme = " README.rst"
2929repository = " https://github.com/jgosmann/pylint-venv/"
30- version = " 3.0.3 "
30+ version = " 3.0.4 "
3131
3232[tool .poetry .dependencies ]
3333python = " ^3.7.2"
You can’t perform that action at this time.
0 commit comments