From 319062c73e38cc3c200b3c6081c152946c96387e Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Wed, 15 Aug 2018 09:46:58 -0700 Subject: [PATCH] MAINT: bump version to 2.2.1 --- altair/__init__.py | 2 +- doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/altair/__init__.py b/altair/__init__.py index 6d3533f27..fbff02443 100644 --- a/altair/__init__.py +++ b/altair/__init__.py @@ -1,5 +1,5 @@ # flake8: noqa -__version__ = '2.3.0dev0' +__version__ = '2.2.1' from .vegalite import * diff --git a/doc/conf.py b/doc/conf.py index c405efa6b..c08d0f2ce 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = '2.3.0dev0' +version = '2.2' # The full version, including alpha/beta/rc tags. -release = '2.3.0dev0' +release = '2.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.