Skip to content

Commit 6e4133e

Browse files
committed
MAINT: bump version to 3.1.0
1 parent 76f01f7 commit 6e4133e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Altair Change Log
22

3-
## Version 3.1.0 (unreleased)
3+
## Version 3.1.0 (Released June 6, 2018)
44

55
Update includes full compatibility with version 3.3 of Vega-Lite.
66

7-
87
### Enhancements
98

109
- Added support for [vega themes](https://github.com/vega/vega-themes) via

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

44
from .vegalite import *
55
from . import examples

doc/conf.py

Lines changed: 1 addition & 1 deletion
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.1.0dev0'
77+
version = '3.1.0'
7878
# The full version, including alpha/beta/rc tags.
7979
release = version
8080

0 commit comments

Comments
 (0)