Skip to content

Commit

Permalink
MAINT: bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Jun 6, 2019
1 parent 76f01f7 commit 6e4133e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Altair Change Log

## Version 3.1.0 (unreleased)
## Version 3.1.0 (Released June 6, 2018)

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


### Enhancements

- Added support for [vega themes](https://github.com/vega/vega-themes) via
Expand Down
2 changes: 1 addition & 1 deletion altair/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = '3.1.0dev0'
__version__ = '3.1.0'

from .vegalite import *
from . import examples
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# built documents.
#
# The short X.Y version.
version = '3.1.0dev0'
version = '3.1.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 6e4133e

Please sign in to comment.