From 9afce6c851df6639c146ed8691914a642b4a3426 Mon Sep 17 00:00:00 2001 From: Matias Carrasco Kind Date: Wed, 4 May 2016 22:51:39 -0500 Subject: [PATCH] pre-release 1.3.0-rc3 --- CHANGES.md | 3 ++- easyaccess/version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 459f4c4..b5b4cc1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,7 +18,8 @@ - Improved python API - Load big files - Fix find_tables (to include owners) and describe_table (dat_type) commands - +- Added unittest suites +- Added --no_refresh option in command line to quick start up ## v1.2.0 diff --git a/easyaccess/version.py b/easyaccess/version.py index 49cdc23..456d44f 100644 --- a/easyaccess/version.py +++ b/easyaccess/version.py @@ -17,7 +17,7 @@ # versions.sort() # return versions[-1] -version_tag = (1, 3, 0, 'rc2') +version_tag = (1, 3, 0, 'rc3') __version__ = '.'.join(map(str, version_tag[:3])) if len(version_tag) > 3: