File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## v1.4.1
4
+ #### 2017-MAY-23
5
+ - Add option to reset password after expiration (see #125 )
6
+ - Add suppport for new databases (see #126 )
7
+ - Update tutorial link
8
+ - Fix minor bugs and update commands (see #119 #120 )
9
+ - Fix bugs regarding cx_Oracle (see #117 )
3
10
4
11
## v1.4.0
5
12
#### 2017-APR-16
Original file line number Diff line number Diff line change 1
- # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.4.0 " > <img src =" https://img.shields.io/badge/release-v1.4.0 -blue.svg " alt =" latest release " /></a > <a href =" https://github.com/mgckind/easyaccess/blob/master/LICENSE.txt " ><img src =" https://img.shields.io/badge/license-NCSA%20License-blue.svg " alt =" License " /> </a > <a href =" https://pypi.python.org/pypi/easyaccess/1.4.0 " ><img src =" https://img.shields.io/badge/pypi-v1.4.0 -orange.svg " alt =" pypi version " /></a ><a href =" https://anaconda.org/mgckind/easyaccess " > <img src =" https://img.shields.io/badge/Anaconda Cloud-v1.4.0 -blue.svg " /> </a >
1
+ # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.4.1 " > <img src =" https://img.shields.io/badge/release-v1.4.1 -blue.svg " alt =" latest release " /></a > <a href =" https://github.com/mgckind/easyaccess/blob/master/LICENSE.txt " ><img src =" https://img.shields.io/badge/license-NCSA%20License-blue.svg " alt =" License " /> </a > <a href =" https://pypi.python.org/pypi/easyaccess/1.4.1 " ><img src =" https://img.shields.io/badge/pypi-v1.4.1 -orange.svg " alt =" pypi version " /></a ><a href =" https://anaconda.org/mgckind/easyaccess " > <img src =" https://img.shields.io/badge/Anaconda Cloud-v1.4.1 -blue.svg " /> </a >
2
2
![ help_screen] ( data/help.gif )
3
3
4
4
Enhanced command line SQL interpreter client for astronomical databases.
@@ -10,7 +10,7 @@ For a short tutorial check [here](http://matias-ck.com/easyaccess)
10
10
(Using des credentials)
11
11
12
12
13
- ** Current version = 1.4.0 **
13
+ ** Current version = 1.4.1 **
14
14
15
15
## Requirements
16
16
@@ -49,7 +49,7 @@ For a short tutorial check [here](http://matias-ck.com/easyaccess)
49
49
## Conda installation
50
50
Now easyaccess can be installed using [ conda] ( http://conda.pydata.org/docs/install/quick.html ) out of the box!
51
51
52
- conda install easyaccess==1.4.0 -c mgckind
52
+ conda install easyaccess==1.4.1 -c mgckind
53
53
54
54
## Interactive interpreter
55
55
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def last_pip_version():
24
24
return sorted (uploads , key = lambda x : x [1 ])[- 1 ][0 ]
25
25
26
26
27
- version_tag = (1 , 4 , 1 , 'dev-d5cc31b' )
27
+ version_tag = (1 , 4 , 1 )
28
28
__version__ = '.' .join (map (str , version_tag [:3 ]))
29
29
30
30
if len (version_tag ) > 3 :
You can’t perform that action at this time.
0 commit comments