Skip to content

Commit

Permalink
Release 0.1.27
Browse files Browse the repository at this point in the history
Fix MANIFEST.in
  • Loading branch information
holgern committed Feb 21, 2022
1 parent af3e576 commit 454bd8c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ prune util
prune */__pycache__

global-exclude *.py[cod] *.egg *.egg-info
global-exclude *~ *.bak *.swp
global-exclude *~ *.bak *.swp _pyedflib.c
18 changes: 18 additions & 0 deletions doc/release/0.1.27-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
=============================
PyEDFlib 0.1.27 Release Notes
=============================

.. contents::

- fix MANIFEST.in

Authors
=======

* Holger Nahrstaedt

Issues closed for v0.1.27
-------------------------

Pull requests for v0.1.27
-------------------------
1 change: 1 addition & 0 deletions doc/source/release.0.1.27.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../release/0.1.27-notes.rst
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@


MAJOR = 0
MINOR = 2
MICRO = 0
ISRELEASED = False
MINOR = 1
MICRO = 27
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# Version of Numpy required for setup
Expand Down

0 comments on commit 454bd8c

Please sign in to comment.