Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 63f20ee

Browse filesBrowse files
bumping versions
1 parent 40c8a35 commit 63f20ee
Copy full SHA for 63f20ee

File tree

Expand file treeCollapse file tree

5 files changed

+16
-8
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+16
-8
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [4.12.0] - unreleased
5+
## [4.13.0] - UNRELEASED
6+
7+
8+
9+
## [4.12.1] - UNRELEASED
10+
11+
12+
13+
## [4.12.0] - 2020-10-23
614

715
### Added
816

‎binder/requirements.txt

Copy file name to clipboardExpand all lines: binder/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jupytext
2-
plotly==4.11.0
2+
plotly==4.12.0
33
jupyter
44
notebook
55
pandas==1.0.3

‎doc/apidoc/conf.py

Copy file name to clipboardExpand all lines: doc/apidoc/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = ""
3030
# The full version, including alpha/beta/rc tags
31-
release = "4.11.0"
31+
release = "4.12.0"
3232

3333

3434
# -- General configuration ---------------------------------------------------

‎doc/python/getting-started.md

Copy file name to clipboardExpand all lines: doc/python/getting-started.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
5959
`plotly` may be installed using pip...
6060

6161
```
62-
$ pip install plotly==4.11.0
62+
$ pip install plotly==4.12.0
6363
```
6464

6565
or conda.
6666

6767
```
68-
$ conda install -c plotly plotly=4.11.0
68+
$ conda install -c plotly plotly=4.12.0
6969
```
7070

7171
This package contains everything you need to write figures to standalone HTML files.
@@ -144,10 +144,10 @@ Then run the following commands to install the required JupyterLab extensions (n
144144

145145
```
146146
# JupyterLab renderer support
147-
jupyter labextension install jupyterlab-plotly@4.11.0
147+
jupyter labextension install jupyterlab-plotly@4.12.0
148148
149149
# OPTIONAL: Jupyter widgets extension
150-
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.11.0
150+
jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.12.0
151151
```
152152

153153
These packages contain everything you need to run JupyterLab...

‎doc/requirements.txt

Copy file name to clipboardExpand all lines: doc/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==4.11.0
1+
plotly==4.12.0
22
jupytext==1.1.1
33
jupyter
44
notebook

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.