Skip to content

Commit

Permalink
Prepare release 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Dec 9, 2020
1 parent 3b9e751 commit 05edfa3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
20 changes: 20 additions & 0 deletions doc/release/0.1.20-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
=============================
PyEDFlib 0.1.20 Release Notes
=============================

.. contents::


Authors
=======

* Holger Nahrstaedt
* skjerns

Issues closed for v0.1.20
-------------------------
* Fix issue #91 - Fix date given as string (backwards compatible)

Pull requests for v0.1.20
-------------------------
* PR #93 - Automatically set blocksize // speed up writing
2 changes: 1 addition & 1 deletion doc/source/release.0.1.19.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. include:: ../release/0.1.18-notes.rst
.. include:: ../release/0.1.19-notes.rst
1 change: 1 addition & 0 deletions doc/source/release.0.1.20.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../release/0.1.20-notes.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
MAJOR = 0
MINOR = 1
MICRO = 20
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# Version of Numpy required for setup
Expand Down

0 comments on commit 05edfa3

Please sign in to comment.