diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 249044ad..c85600c7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,22 @@ Changelog ######### + +Version 1.10.1 and 1.10.2 +------------------------- + +**Bugfixes**: + +1.10.1 was released to fix a packaging and installation problem (see `this issue `_ + +1.10.2 fixes both issues + + Version 1.10.0 -------------- +-------------- **New**: diff --git a/pyproject.toml b/pyproject.toml index 4dc82fdc..a6547873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prospector" -version = "1.10.1" +version = "1.10.2" description = "Prospector is a tool to analyse Python code by aggregating the result of other tools." authors = ["Carl Crowder "] maintainers = ["Carl Crowder ",