Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Feb 20, 2019
1 parent 69eac92 commit fb12593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.3 (unreleased)
----------------
0.3.1 (2019-02-20)
------------------
- Set mult/div for convolution/deconvolution in `Beam` and `Beams`.
The `==` and `!=` operators also work with `Beams` now.
(https://github.com/radio-astro-tools/radio-beam/pull/75)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

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

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

0 comments on commit fb12593

Please sign in to comment.