Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit 5e8324c

Browse files
authored
Merge pull request #160 from Oslandia/rde-fix-v0.6.3
packaging: v0.6.3.post1
2 parents d5ee6e9 + 0335eb7 commit 5e8324c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Les sections conserveront leur nom en anglais.
77

88
## Unreleased
99

10+
## v0.6.3.post1 (2020-05-14)
11+
12+
*A nicer Pypi description*
13+
14+
### Fixed
15+
16+
- From `https://github.com/Oslandia/deeposlandia/blob/master/images/...` to `https://github.com/Oslandia/deeposlandia/raw/master/images/...`
17+
1018
## v0.6.3 (2020-05-14)
1119

1220
*A nice Pypi description*

deeposlandia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import daiquiri
99

10-
__version__ = "0.6.3"
10+
__version__ = "0.6.3.post1"
1111

1212

1313
# Do not log Tensorflow messages

0 commit comments

Comments
 (0)