Skip to content

Commit

Permalink
[bot] Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 4, 2023
1 parent 75912d3 commit 5c2337d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

# Version of the ign-gpao-client

__version__ = "0.13.1"
__version__ = "0.13.2"
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM library/python:latest
LABEL maintainer="IGN"
LABEL version="0.13.1"
LABEL version="0.13.2"

ADD . /var/client

Expand Down

0 comments on commit 5c2337d

Please sign in to comment.