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

Commit 6fe61ab

Browse files
committed
packaging: change the package version
1 parent e79dbd4 commit 6fe61ab

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ Les sections conserveront leur nom en anglais.
1313

1414
### Removed
1515

16+
## v0.6.1 (2020-04-01)
17+
18+
*Packaging clean-up*
19+
20+
When preparing a major release, or an old release, you necessarily forget details.
21+
22+
### Changed
23+
24+
- Package version 0.5 -> 0.6.1
25+
- Long description
26+
1627
## v0.6 (2020-04-01)
1728

1829
*Georeferenced dataset post-processing*

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def find_version(*file_paths):
1616

1717

1818
with open("README.md", encoding="utf-8") as f:
19-
readme = f.read()
19+
long_description = f.read()
2020

2121
install_requires = [
2222
"tensorflow==1.15.2",
@@ -43,7 +43,7 @@ def find_version(*file_paths):
4343
"Automatic detection and semantic image segmentation "
4444
"with deep learning"
4545
),
46-
long_description=readme,
46+
long_description=long_description,
4747
license="MIT",
4848
author="Oslandia",
4949
author_email="[email protected]",

0 commit comments

Comments
 (0)