Skip to content

Commit

Permalink
Merge pull request #239 from rgommers/050
Browse files Browse the repository at this point in the history
REL: set version to v0.5.0
  • Loading branch information
grlee77 authored Nov 3, 2016
2 parents a7cc59a + 62f5e45 commit 2d2ca0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions doc/release/0.5.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
PyWavelets 0.5.0 Release Notes
==============================

.. note:: PyWavelets 0.5.0 is not released yet!
.. |MATLAB| unicode:: MATLAB U+02122 .. with trademark sign

.. contents::
Expand Down Expand Up @@ -238,4 +237,4 @@ Pull requests for v0.5.0
- `#229 <https://github.com/PyWavelets/pywt/pull/229>`__: DOC: add swtn, iswt, iswt2 to the API documentation
- `#230 <https://github.com/PyWavelets/pywt/pull/230>`__: add demo of batch processing via concurrent.futures
- `#234 <https://github.com/PyWavelets/pywt/pull/234>`__: ENH: coeffs_to_array supports axes argument as recently added to wavedec*
- `#236 <https://github.com/PyWavelets/pywt/pull/236>`__: BLD: raise an ImportError if Cython should be installed but isn't.
- `#236 <https://github.com/PyWavelets/pywt/pull/236>`__: BLD: raise an ImportError if Cython should be installed but isn't.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
MAJOR = 0
MINOR = 5
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 2d2ca0a

Please sign in to comment.