File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
## v1.4.4
5
- #### 2018-XXX-XX
5
+ #### 2018-JUN-15
6
6
- Improved version to work with public release DB
7
7
- Update dtypes to match Y3 tables (PR #149 )
8
8
- Fix bytes to unicode issue for py3 when writing h5 files
Original file line number Diff line number Diff line change 1
- # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.4.3 " > <img src =" https://img.shields.io/badge/release-v1.4.3 -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.3 " ><img src =" https://img.shields.io/badge/pypi-v1.4.3 -orange.svg " alt =" pypi version " /></a ><a href =" https://anaconda.org/mgckind/easyaccess " > <img src =" https://img.shields.io/badge/Anaconda Cloud-v1.4.3 -blue.svg " /> </a >
1
+ # easyaccess <a href =" https://github.com/mgckind/easyaccess/releases/tag/1.4.4 " > <img src =" https://img.shields.io/badge/release-v1.4.4 -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.4 " ><img src =" https://img.shields.io/badge/pypi-v1.4.4 -orange.svg " alt =" pypi version " /></a ><a href =" https://anaconda.org/mgckind/easyaccess " > <img src =" https://img.shields.io/badge/Anaconda Cloud-v1.4.4 -blue.svg " /> </a >
2
2
![ help_screen] ( data/help.gif )
3
3
4
4
Enhanced command line SQL interpreter client for astronomical databases.
@@ -8,7 +8,7 @@ using cx_Oracle
8
8
9
9
For a short tutorial check [ here] ( http://matias-ck.com/easyaccess )
10
10
11
- ** Current version = 1.4.3 **
11
+ ** Current version = 1.4.4 **
12
12
13
13
## Requirements
14
14
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 , 4 , 'dev-3b3b729' )
27
+ version_tag = (1 , 4 , 4 )
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