Skip to content

Commit da90f07

Browse files
committed
MAINT: bump version to 2.3.1
1 parent 7e55846 commit da90f07

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Altair Change Log
22

3-
## Version 2.4.0 (Unreleased)
3+
## Version 2.3.1 (Released February 21, 2019)
44

55
### Enhancements
66

7-
### Backward-incompatible Changes
8-
9-
### Maintenance
7+
- Several documentation cleanups & new examples
108

119
### Bug Fixes
1210

11+
- Fix incompatibility with pandas version 0.24 (#1315)
12+
1313
## Version 2.3.0 (Released December 7, 2018)
1414

1515
Includes many reworked examples in the example gallery.

altair/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = '2.4.0dev0'
2+
__version__ = '2.4.1'
33

44
from .vegalite import *
55
from . import examples

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = '2.4.0dev0'
77+
version = '2.4.1'
7878
# The full version, including alpha/beta/rc tags.
79-
release = '2.4.0dev0'
79+
release = '2.4.1'
8080

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

0 commit comments

Comments
 (0)