Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed Mar 25, 2015
1 parent 0818cf9 commit e969455
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion easyaccess.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
scripts=['easyaccess'],
Expand Down

0 comments on commit e969455

Please sign in to comment.