Skip to content

Commit

Permalink
MAINT: bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Dec 7, 2018
1 parent b1c9ecb commit 193473d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Altair Change Log

## Version 2.3.0 (Unreleased)
## 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.3.0dev0'
__version__ = '2.3.0'

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

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

0 comments on commit 193473d

Please sign in to comment.