Skip to content

Commit cbf127a

Browse files
committed
update docs
1 parent 4d0b486 commit cbf127a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ A script extract data from .res (results) files generated by UNICORN Chromatogra
1212

1313
News
1414
----
15-
v0.15 released:
15+
v0.16b released:
1616

17-
- Added option to disable title for plot
18-
- Added option to disable plotting inject marks
19-
- Added option to disable legend
17+
- Fixed line ending on non-Windows setups
2018

2119

2220
Installation

pycorn/docs/CHANGES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
v.015
1+
v0.16b
2+
======
3+
- Fixed line ending on non-Windows setups
4+
5+
v0.15
26
======
37
- Added option to disable title for plot
48
- Added option to disable plotting inject marks

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pycorn',
10-
version='0.16',
10+
version='0.16b',
1111
author='Yasar L. Ahmed',
1212
packages=['pycorn'],
1313
extras_require = {'plotting': ["matplotlib"], 'xlsx-output': ['xlsxwriter']},

0 commit comments

Comments
 (0)