Skip to content

Commit

Permalink
Merge pull request #161 from jtpio/changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG.md
  • Loading branch information
jtpio authored Jun 15, 2020
2 parents d1ec7e2 + 3c1813f commit 9c303b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tljh-plasma/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9c303b2

Please sign in to comment.