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

Commit ffacce6

Browse files
committed
Version 0.2.1
1 parent 9056dbc commit ffacce6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
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.2.1 - 2020-05-19
6+
### Added
7+
- Remove f-strings to support Python 3.5
8+
59
## 0.2.0 - 2020-05-19
610
Initial Release

‎jupyter_dash/version.py

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

0 commit comments

Comments
 (0)