Skip to content

Commit d6bf8e2

Browse files
committed
MAINT: bump version to 3.2
1 parent 89c194c commit d6bf8e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Altair Change Log
22

3-
## Version 3.2.0 (unreleased)
3+
## Version 3.2.0 (released August 5, 2019)
44

55
Upgraded to Vega-Lite version 3.4 (See [Vega-Lite 3.4 Release Notes](https://github.com/vega/vega-lite/releases/tag/v3.4.0)).
66

altair/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = '3.2.0dev0'
2+
__version__ = '3.2.0'
33

44
from .vegalite import *
55
from . import examples

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = '3.2.0dev0'
77+
version = '3.2.0'
7878
# The full version, including alpha/beta/rc tags.
7979
release = version
8080

@@ -318,5 +318,5 @@ def setup(app):
318318
# For the altairplot extension
319319
altairplot_links = {'editor': True, 'source': True, 'export': True}
320320
altairplot_vega_js_url = "https://cdn.jsdelivr.net/npm/[email protected]"
321-
altairplot_vegalite_js_url = "https://cdn.jsdelivr.net/npm/vega-lite@3.3"
321+
altairplot_vegalite_js_url = "https://cdn.jsdelivr.net/npm/vega-lite@3.4"
322322
altairplot_vegaembed_js_url = "https://cdn.jsdelivr.net/npm/[email protected]"

0 commit comments

Comments
 (0)