Skip to content

Commit

Permalink
rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin committed Jul 26, 2019
1 parent 7e4bb07 commit 3d3c3d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion allantools/allantools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
Version history
---------------
**2019.xx**
**2019.07**
- move edf-functions and noise-ID functions to ci.py
- mtotdev() htotdev() speed improvements
- save dataset results to file
- real-time adev/mdev/hdev
**2018.03** 2018 March 27
- change license to LGPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion allantools/allantools_info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AllanTools",
"version": "2018.8.1",
"version": "2019.07.rc1",
"description": "Allan deviation and related time/frequency statistics",
"copyright": "2014-2018, Anders E. E. Wallin",
"main_author": "Anders E. E. Wallin",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'allantools_info.json')
pkginfo = json.load(open(pkginfo_path))

# this info comes from allantools_info.json
setup(name=pkginfo['name'],
version=pkginfo['version'],
description=pkginfo['description'],
Expand Down

0 comments on commit 3d3c3d0

Please sign in to comment.