diff --git a/CHANGELOG.md b/CHANGELOG.md index 123a68f..b2ec613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 📑 Changelog +## [0.13.2](https://github.com/ign-gpao/client/tree/0.13.2) (2023-04-04) + +[Full Changelog](https://github.com/ign-gpao/client/compare/0.13.1...0.13.2) + +### 📁 Other pull requests + +- fix clean dossier tmp [\#42](https://github.com/ign-gpao/client/pull/42) ([gliegard](https://github.com/gliegard)) + ## [0.13.1](https://github.com/ign-gpao/client/tree/0.13.1) (2023-03-27) [Full Changelog](https://github.com/ign-gpao/client/compare/0.13.0...0.13.1) diff --git a/client/__init__.py b/client/__init__.py index df66749..8a574be 100644 --- a/client/__init__.py +++ b/client/__init__.py @@ -7,4 +7,4 @@ # Version of the ign-gpao-client -__version__ = "0.13.1" +__version__ = "0.13.2" diff --git a/docker/Dockerfile b/docker/Dockerfile index 0e130d3..7d937c0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM library/python:latest LABEL maintainer="IGN" -LABEL version="0.13.1" +LABEL version="0.13.2" ADD . /var/client