From 2f5a8024237c027a2e0b1e322a9607d15020e29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Delhome?= Date: Wed, 6 May 2020 11:45:16 +0200 Subject: [PATCH 1/2] packaging: bump to version 0.6.2 --- deeposlandia/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deeposlandia/__init__.py b/deeposlandia/__init__.py index 640fb25..92fb462 100644 --- a/deeposlandia/__init__.py +++ b/deeposlandia/__init__.py @@ -7,7 +7,7 @@ import daiquiri -__version__ = "0.6.1" +__version__ = "0.6.2" # Do not log Tensorflow messages From 1c3e9e558f3319b1ab711204cabf74cab7551fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Delhome?= Date: Thu, 14 May 2020 11:17:42 +0200 Subject: [PATCH 2/2] packaging: define the new version in CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8257352..9a0438a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ Les sections conserveront leur nom en anglais. ## Unreleased +## v0.6.2 (2020-05-14) + +*Postprocessing improvement* + ### Added - `--nb-tiles-per-image` as a new argument for `datagen` command.