Skip to content

Commit

Permalink
Prepare v3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Jun 12, 2023
1 parent 1936ed6 commit 4e51572
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.2] - 2023-06-12

### Fixed

- Handle symlinks pointing to the main `python3.x` directory in a venv.
In particular, this fixes an issue with Conda and Python 3.10 (#16).


## [3.0.1] - 2023-02-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ maintainers = ["Jan Gosmann <[email protected]>"]
name = "pylint-venv"
readme = "README.rst"
repository = "https://github.com/jgosmann/pylint-venv/"
version = "3.0.1"
version = "3.0.2"

[tool.poetry.dependencies]
python = "^3.7.2"
Expand Down

0 comments on commit 4e51572

Please sign in to comment.