Skip to content

Commit 5e7fb41

Browse files
committed
version 1.4.4
1 parent 5cdb40c commit 5e7fb41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
## v1.4.4
5-
#### 2018-XXX-XX
5+
#### 2018-JUN-15
66
- Improved version to work with public release DB
77
- Update dtypes to match Y3 tables (PR #149)
88
- Fix bytes to unicode issue for py3 when writing h5 files

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>
22
![help_screen](data/help.gif)
33

44
Enhanced command line SQL interpreter client for astronomical databases.
@@ -8,7 +8,7 @@ using cx_Oracle
88

99
For a short tutorial check [here](http://matias-ck.com/easyaccess)
1010

11-
**Current version = 1.4.3**
11+
**Current version = 1.4.4**
1212

1313
## Requirements
1414

easyaccess/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def last_pip_version():
2424
return sorted(uploads, key=lambda x: x[1])[-1][0]
2525

2626

27-
version_tag = (1, 4, 4, 'dev-3b3b729')
27+
version_tag = (1, 4, 4)
2828
__version__ = '.'.join(map(str, version_tag[:3]))
2929

3030
if len(version_tag) > 3:

0 commit comments

Comments
 (0)