Skip to content

Commit 0919484

Browse files
author
dabercro
committed
For showlog, need old cmstoolbox
1 parent 05545d9 commit 0919484

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'templates/*']
1919
},
2020
install_requires=[
21-
'cmstoolbox>=0.11.3',
21+
'cmstoolbox==0.12.0',
2222
'more-itertools<6.0.0',
2323
'cherrypy<18.0.0',
2424
'mako',

workflowwebtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
:author: Daniel Abercrombie <dabercro@mit.edu>
55
"""
66

7-
__version__ = '0.9.5'
7+
__version__ = '0.9.6'
88

99
__all__ = []

0 commit comments

Comments
 (0)