File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Altair Change Log
2
2
3
- ## Version 2.4.0 (Unreleased )
3
+ ## Version 2.3.1 (Released February 21, 2019 )
4
4
5
5
### Enhancements
6
6
7
- ### Backward-incompatible Changes
8
-
9
- ### Maintenance
7
+ - Several documentation cleanups & new examples
10
8
11
9
### Bug Fixes
12
10
11
+ - Fix incompatibility with pandas version 0.24 (#1315 )
12
+
13
13
## Version 2.3.0 (Released December 7, 2018)
14
14
15
15
Includes many reworked examples in the example gallery.
Original file line number Diff line number Diff line change 1
1
# flake8: noqa
2
- __version__ = '2.4.0dev0 '
2
+ __version__ = '2.4.1 '
3
3
4
4
from .vegalite import *
5
5
from . import examples
Original file line number Diff line number Diff line change 74
74
# built documents.
75
75
#
76
76
# The short X.Y version.
77
- version = '2.4.0dev0 '
77
+ version = '2.4.1 '
78
78
# The full version, including alpha/beta/rc tags.
79
- release = '2.4.0dev0 '
79
+ release = '2.4.1 '
80
80
81
81
# The language for content autogenerated by Sphinx. Refer to documentation
82
82
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments