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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Mar 31, 2020
1 parent 1862ae5 commit 8711e5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Altair Saver Change Log

## Version 0.5.0 (Unreleased)
## Version 0.5.0

- Fix bug when running as root user on linux (#59)
- node-based saver hides window warnings that were displayed when saving interactive charts
(#53, #57)
- node-based saver now accepts ``vega_cli_options`` that will be passed to command line (#52)

## Version 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion altair_saver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
from altair_saver import types

__version__ = "0.5.0.dev0"
__version__ = "0.5.0"
__all__ = [
"available_formats",
"render",
Expand Down

0 comments on commit 8711e5d

Please sign in to comment.