Skip to content

Commit

Permalink
update all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Dec 20, 2017
1 parent e15306e commit 8d41a35
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion descqa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.4.5'
__version__ = '2.0.0-0.4.5'
1 change: 1 addition & 0 deletions descqarun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
DESCQA Execution Script
"""
from .master import *
__version__ = '2.0.0'
1 change: 1 addition & 0 deletions descqaweb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
DESCQA Web Interface
"""
from .main import run
__version__ = '2.0.0'
6 changes: 4 additions & 2 deletions v1/GCRCatalogs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This is an empty file to make this directory a python package
"""
DESCQA v1 reader interface
"""
from .register import *
__version__ = '1.0.0'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion v1/descqa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
DESCQA Validation Tests
"""
from .register import *
__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit 8d41a35

Please sign in to comment.