Skip to content

Commit c45fa8a

Browse files
committed
MAINT: bump version to 3.0.1
1 parent 47b52b9 commit c45fa8a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Altair Change Log
22

3-
## Version 3.1.0 (unreleased)
3+
## Version 3.0.1
4+
5+
Fix version info bug for HTML output and Colab & Kaggle renderers.
46

57
## Version 3.0.0
68

altair/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = '3.1.0dev0'
2+
__version__ = '3.0.1'
33

44
from .vegalite import *
55
from . import examples

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = '3.1.0dev0'
77+
version = '3.0.1'
7878
# The full version, including alpha/beta/rc tags.
7979
release = version
8080

0 commit comments

Comments
 (0)