Skip to content

Commit

Permalink
Release 0.1.30
Browse files Browse the repository at this point in the history
- change assertion to warning
- Fix rename channel function
  • Loading branch information
holgern committed Jul 8, 2022
1 parent a34382e commit c03e8fe
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions doc/release/0.1.30-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
=============================
PyEDFlib 0.1.30 Release Notes
=============================

.. contents::

- change assertion to warning
- Fix rename channel function

Authors
=======

* skjerns

Issues closed for v0.1.30
-------------------------


Pull requests for v0.1.30
-------------------------
* #180 change assertion to warning
* #181 Fix rename channel function
1 change: 1 addition & 0 deletions doc/source/release.0.1.30.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../release/0.1.30-notes.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

MAJOR = 0
MINOR = 1
MICRO = 29
MICRO = 30
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit c03e8fe

Please sign in to comment.