Skip to content

Commit

Permalink
MAINT: bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Feb 21, 2019
1 parent 7e55846 commit da90f07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Altair Change Log

## Version 2.4.0 (Unreleased)
## Version 2.3.1 (Released February 21, 2019)

### Enhancements

### Backward-incompatible Changes

### Maintenance
- Several documentation cleanups & new examples

### Bug Fixes

- Fix incompatibility with pandas version 0.24 (#1315)

## Version 2.3.0 (Released December 7, 2018)

Includes many reworked examples in the example gallery.
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.4.0dev0'
__version__ = '2.4.1'

from .vegalite import *
from . import examples
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.4.0dev0'
version = '2.4.1'
# The full version, including alpha/beta/rc tags.
release = '2.4.0dev0'
release = '2.4.1'

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

0 comments on commit da90f07

Please sign in to comment.