Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
MAINT: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Nov 6, 2021
1 parent 56e17b7 commit a242ba0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Altair Viewer Change Log

## Version 0.4.0 (Unreleased)
## Version 0.4.0

- add bundled Vega v5.21.0
- add bundled Vega-Lite v4.17.0
- add bundled Vega-Embed v6.20.0

## Version 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
git commit -m "MAINT: bump version to 1.1.0.dev0"
git push origin master

10. Update releases on github with new changelog entry.
10. Update releases on github with new changelog entry.
2 changes: 1 addition & 1 deletion altair_viewer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Altair viewer provides offline viewing for Altair charts."""

__version__ = "0.4.0.dev0"
__version__ = "0.4.0"
__all__ = [
"ChartViewer",
"NoMatchingVersions",
Expand Down

0 comments on commit a242ba0

Please sign in to comment.