diff --git a/CHANGELOG.md b/CHANGELOG.md index 475d719..87f3ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [0.19.2] - 2022-02-03 + +### Fixed +- Better cleanup before building egg, thanks @nebularazer (#198) + ## [0.19.1] - 2022-01-10 ### Fixed diff --git a/respx/__version__.py b/respx/__version__.py index 4c1ca3c..aa070c2 100644 --- a/respx/__version__.py +++ b/respx/__version__.py @@ -1 +1 @@ -__version__ = "0.19.1" +__version__ = "0.19.2"