Skip to content

Commit

Permalink
pre-release 1.3.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed May 5, 2016
1 parent 95a8e3b commit 9afce6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion easyaccess/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9afce6c

Please sign in to comment.