Skip to content

Commit

Permalink
Prepare new release 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Feb 12, 2018
1 parent d224cbc commit 9d643b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion doc/release/0.1.12-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PyEDFlib 0.1.12 Release Notes

.. contents::


- small bug fixes

Authors
=======
Expand All @@ -15,6 +15,8 @@ Authors
Issues closed for v0.1.12
------------------------

- #24 : Issues reading EDF's
- #25 : file_info_long() method is broken.

Pull requests for v0.1.12
------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/ref/edfreader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pyEDFlib
EDF/BDF file reader ``edfreader``
---------------------------------

.. autofunction:: EdfReader
.. autofunction:: EdfReader
2 changes: 1 addition & 1 deletion doc/source/ref/edfwriter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pyEDFlib
EDF/BDF file writer ``edfwriter``
---------------------------------

.. autofunction:: EdfWriter
.. autofunction:: EdfWriter
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 = 12
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 9d643b4

Please sign in to comment.