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

Remove events #114

Merged
merged 12 commits into from
Jan 21, 2019
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
command: |
. venv/bin/activate
python --version
python -m unittest tests.test_render.Tests
python -m unittest tests.test_race_conditions.Tests
npm run test:py

"python-3.6":
<<: *test-template
Expand All @@ -75,4 +74,4 @@ workflows:
jobs:
- "python-2.7"
- "python-3.6"
- "python-3.7"
- "python-3.7"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED]
### Removed
- Obsolete Event system [#114](https://github.com/plotly/dash-renderer/pull/114)

## [0.16.2] - 2019-01-11
### Fixed
[#110](https://github.com/plotly/dash-renderer/pull/110)
Expand Down
Loading