Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zblz committed Nov 27, 2018
1 parent 2eadcca commit 4b9b600
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
0.9 (unreleased)
----------------

0.8.3 (2018-11-27)
------------------

Bug fixes
^^^^^^^^^

- Fixed plotting scalar blobs with units.
- Fixed plotting vector blobs with same length as data but incompatible units.

0.8.2 (2018-11-26)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = "0.9.dev"
VERSION = "0.8.3"

# Indicates if this version is a release version
RELEASE = "dev" not in VERSION
Expand Down

0 comments on commit 4b9b600

Please sign in to comment.