new tag and version bump

This commit is contained in:
Markus Rosenstihl 2019-06-12 10:47:52 +02:00
parent ca018cbdc8
commit 21e0ffeae5
2 changed files with 10 additions and 2 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
python-damaris (0.18.2) UNRELEASED; urgency=medium
* Experiment queuing implemented
* Joachim Beerwerths (JB) fixes merged
* Experiment class tracks experiment time (JB)
* implemented rudimentary PPM display (swapped x axis)
-- Markus Rosenstihl <markus.rosenstihl@physik.tu-darmstadt.de> Wed, 12 Jun 2019 09:23:26 +0200
python-damaris (0.18.1) unstable; urgency=medium
* switch to git
* pytables v2 to v3 conversion done

View File

@ -59,7 +59,6 @@ class build_damaris_scripts(_build_scripts):
l=inf.readline()
outf.write("sys.path.insert(0,\"%s\") # inserted by setup.py\n"%self.damaris_dir)
outf.write(l)
outf.writelines(inf.readlines())
inf.close()
outf.close()
@ -93,7 +92,7 @@ GPL_LICENCE = "feed licence here"
setup (
name = 'python-damaris',
version = "0.15-0",
version = "0.18.2",
description = 'python frontend for DAMARIS (DArmstadt MAgnetic Resonance Instrument Software)',
long_description = LONG_DESCRIPTION,
author = 'Achim Gaedke',