From ebc61766a88c6c1e877c5a1add63ab0457596b3f Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 15 Jun 2020 13:28:59 +0200 Subject: [PATCH 1/2] Add CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68c2b76 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [Unreleased] + +## 0.2 + +## [0.1] 2020-05-11 + +First public announcement of the Plasma project. + +Check out the following links to learn more: + +- Blog post: https://blog.jupyter.org/plasma-a-learning-platform-powered-by-jupyter-1b850fcd8624 +- Plasma website: https://plasmabio.org +- GitHub organization: https://github.com/plasmabio From 3c1813ff2212caadd0478035690019b94b964581 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 15 Jun 2020 13:32:50 +0200 Subject: [PATCH 2/2] Set version to 0.1.0 --- tljh-plasma/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh-plasma/setup.py b/tljh-plasma/setup.py index f00cdbd..86e2f49 100644 --- a/tljh-plasma/setup.py +++ b/tljh-plasma/setup.py @@ -2,7 +2,7 @@ setup( name="tljh-plasma", - version="0.0.1", + version="0.1.0", entry_points={"tljh": ["tljh_plasma = tljh_plasma"]}, packages=find_packages(), include_package_data=True,