From 1e155f9f1ce032db66a655d1f3d720d5601d1b77 Mon Sep 17 00:00:00 2001
From: Yngve Inntjore Levinsen <Yngve.Levinsen@esss.se>
Date: Mon, 3 Jul 2017 07:46:36 +0200
Subject: [PATCH] bumped version

    making the code more python3 capable

    Making plt-> dst conversion a bit clearer
    new function plt.get_dst returns a dst object
    function plt.save_dst forces you to provide a file name (and use get_dst)

    "dic_cls" in LATTICE class updated according with the update of lib_tw_elem.py

    (1) ERROR_STAT/DYN_FILE command implemented. (2) The initial comment part updated.

    initial files for sphinx-doc

    fixed plt.save_dst

    print was not working correctly on both python2 and 3
    this has been tested to give correct result on both

    documentation/readme edits

    other minor fixes
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index b724634..5a69ed5 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name='ESS Python Tools',
-    version='1.4',
+    version='1.5',
     description='ESS Related Tools',
     url='https://gitlab01.esss.lu.se/ess-bp/ess-python-tools',
     author='Yngve Inntjore Levinsen',
-- 
GitLab