Skip to content

Commit

Permalink
Merge pull request #71 from dabercro/v011
Browse files Browse the repository at this point in the history
V011
  • Loading branch information
Daniel Abercrombie authored May 3, 2019
2 parents 6cbbaeb + aac1d22 commit 6a190c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bin/opsspace-test
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ fi
errorsfound=0


package=$(dirname $(find * -maxdepth 1 -name __init__.py))
if [ -z $package ]
then
package=$(dirname $(find * -maxdepth 1 -name __init__.py))
fi

# Get the python version
# 26 for Python 2.6
Expand Down
2 changes: 1 addition & 1 deletion cmstoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = []

__version__ = '0.11.2'
__version__ = '0.11.3'
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
isort==4.3.5
testfixtures
pylint
coverage

0 comments on commit 6a190c0

Please sign in to comment.