Skip to content

Commit 62f5e45

Browse files
committed
REL: set version to v0.5.0
1 parent a7cc59a commit 62f5e45

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

doc/release/0.5.0-notes.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
PyWavelets 0.5.0 Release Notes
33
==============================
44

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

87
.. contents::
@@ -238,4 +237,4 @@ Pull requests for v0.5.0
238237
- `#229 <https://github.com/PyWavelets/pywt/pull/229>`__: DOC: add swtn, iswt, iswt2 to the API documentation
239238
- `#230 <https://github.com/PyWavelets/pywt/pull/230>`__: add demo of batch processing via concurrent.futures
240239
- `#234 <https://github.com/PyWavelets/pywt/pull/234>`__: ENH: coeffs_to_array supports axes argument as recently added to wavedec*
241-
- `#236 <https://github.com/PyWavelets/pywt/pull/236>`__: BLD: raise an ImportError if Cython should be installed but isn't.
240+
- `#236 <https://github.com/PyWavelets/pywt/pull/236>`__: BLD: raise an ImportError if Cython should be installed but isn't.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
MAJOR = 0
2727
MINOR = 5
2828
MICRO = 0
29-
ISRELEASED = False
29+
ISRELEASED = True
3030
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
3131

3232

0 commit comments

Comments
 (0)