Skip to content

Commit

Permalink
MAINT: bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Aug 17, 2018
1 parent 955b0b7 commit 8eb238f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Altair Change Log

## Version 2.3.0 (Unreleased)

### Enhancements

### Backward-incompatible changes

### Maintenance
## Version 2.2.2 (Released August 17, 2018)

### Bug Fixes

- fix missing JSON resource in ``altair.vega.v4`` (#1097)

## Version 2.2.1 (Released August 15, 2018)

### Bug Fixes
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__ = '2.3.0dev0'
__version__ = '2.2.2'

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.3.0dev0'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.3.0dev0'
release = '2.2.2'

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

0 comments on commit 8eb238f

Please sign in to comment.