Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 39b7640

Browse files
committed
0.3.0 Changelog and version bump
1 parent da3a21b commit 39b7640

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to `jupyter-dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.3.0 - 2020-07-17
6+
7+
### Added
8+
- Added suport for using JupyterDash in Google Colab ([#27](https://github.com/plotly/jupyter-dash/pull/27))
9+
- Added support for installing JupyterDash from git using pip: (e.g. `pip install git+https://github.com/plotly/jupyter-dash.git@master`)
10+
511
## 0.2.1 - 2020-05-19
612
### Added
713
- Remove f-strings to support Python 3.5

jupyter_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1.post1"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)