Skip to content

Commit

Permalink
MAINT: bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Aug 14, 2018
1 parent 7011e6a commit cda3877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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__ = '2.2.0dev0'
__version__ = '2.2.0'

from .vegalite import *

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = '2.2.0dev0'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.0dev0'
release = '2.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit cda3877

Please sign in to comment.