diff --git a/CHANGES.md b/CHANGES.md index ff6f5b1..d6aeed5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 63fed6a..aa6dcbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ maintainers = ["Jan Gosmann "] 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"