diff --git a/CHANGES.txt b/CHANGES.txt index c16869a..77723a6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,7 +15,7 @@ v1.0.5, 2015-MAR-20 -- version 1.0.4 was skipped to be in sync with pip -- Added optional color in config file (default = yes) -- Added quiet option for initialization (easyaccess -q) -- command to open an online tutorial (online_tutorial) -v1.0.6, 2015-XXX-XX -- Background with Ctrl-Z, bg and fg +v1.0.6, 2015-MAR-25 -- Background with Ctrl-Z, bg and fg -- optional loading bar from config.ini file (default = yes) -- Connections trials added and error information when not connected -- print version at startup diff --git a/README.md b/README.md index a88b8f7..d49b152 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For a short tutorial chek [here](http://deslogin.cosmology.illinois.edu/~mcarras (Using des credentials) -**Current version = 1.0.5** +**Current version = 1.0.6** ## Requirements diff --git a/easyaccess.py b/easyaccess.py index 79347c4..ed804fa 100755 --- a/easyaccess.py +++ b/easyaccess.py @@ -1,6 +1,6 @@ #!/usr/bin/env python __author__ = 'Matias Carrasco Kind' -__version__ = '1.0.6a' +__version__ = '1.0.6' # TODO: # add other formats in load tables from fits (like boolean or complex) # clean up, comments diff --git a/setup.py b/setup.py index e9a8426..7854c43 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(filename): include_dirs = [] setup( name='easyaccess', - version='1.0.6a', + version='1.0.6', author='Matias Carrasco Kind', author_email='mcarras2@illinois.edu', scripts=['easyaccess'],