From 6e4133e2c3e41b92b372a2429bb23b9bae04baa6 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Thu, 6 Jun 2019 07:44:40 -0700 Subject: [PATCH] MAINT: bump version to 3.1.0 --- CHANGES.md | 3 +-- altair/__init__.py | 2 +- doc/conf.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e603a3689..08e8501ed 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/altair/__init__.py b/altair/__init__.py index 183f877e5..e4978a9bb 100644 --- a/altair/__init__.py +++ b/altair/__init__.py @@ -1,5 +1,5 @@ # flake8: noqa -__version__ = '3.1.0dev0' +__version__ = '3.1.0' from .vegalite import * from . import examples diff --git a/doc/conf.py b/doc/conf.py index b179b4020..d6013a27e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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