Skip to content

Commit 46d87ca

Browse files
committed
MAINT: bump version to 3.3.0
1 parent c6a3712 commit 46d87ca

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGES.md

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

3-
## Version 3.3.0 (unreleased)
3+
## Version 3.3.0 (released Nov 27, 2019)
4+
5+
Last release to support Python 2
46

57
### Enhancements
68

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.3.0dev0'
2+
__version__ = '3.3.0'
33

44
from .vegalite import *
55
from . import examples

altair/vegalite/v3/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .schema import SCHEMA_VERSION
1111
VEGALITE_VERSION = SCHEMA_VERSION.lstrip('v')
1212
VEGA_VERSION = '5'
13-
VEGAEMBED_VERSION = '4'
13+
VEGAEMBED_VERSION = '5'
1414

1515

1616
# ==============================================================================

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.3.0dev0'
77+
version = '3.3.0'
7878
# The full version, including alpha/beta/rc tags.
7979
release = version
8080

@@ -319,4 +319,4 @@ def setup(app):
319319
altairplot_links = {'editor': True, 'source': True, 'export': True}
320320
altairplot_vega_js_url = "https://cdn.jsdelivr.net/npm/[email protected]"
321321
altairplot_vegalite_js_url = "https://cdn.jsdelivr.net/npm/[email protected]"
322-
altairplot_vegaembed_js_url = "https://cdn.jsdelivr.net/npm/vega-embed@4.2"
322+
altairplot_vegaembed_js_url = "https://cdn.jsdelivr.net/npm/vega-embed@5.1"

0 commit comments

Comments
 (0)