new tag and version bump
This commit is contained in:
parent
ca018cbdc8
commit
21e0ffeae5
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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
|
||||
|
3
setup.py
3
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user