Skip to content

Commit ce98c92

Browse files
committed
added labels
1 parent 5b42aaa commit ce98c92

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Install using pip (>= 19.0).
77

88
```bash
99
pip install --upgrade pip
10-
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.6.3
10+
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.7.0
1111
```
1212

1313
## Basic usage

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.7.4
1+
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.8.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
setup(
66
name="tm-diff",
7-
version='0.6.3',
7+
version='0.7.0',
88
url="https://github.com/cms-l1-globaltrigger/tm-diff",
99
author="Bernhard Arnold",
1010
author_email="bernhard.arnold@cern.ch",
1111
description="Compare the content of two XML trigger menus.",
1212
long_description=long_description,
1313
packages=['tmDiff'],
1414
install_requires=[
15-
'tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.7.4',
15+
'tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.8.0',
1616
],
1717
entry_points={
1818
'console_scripts': [

tmDiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.3'
1+
__version__ = '0.7.0'

tmDiff/menudiff.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,14 @@ class Algorithm(Diffable):
9494
'name',
9595
'expression',
9696
'comment',
97+
'labels',
9798
)
9899

99100
report_attributes = (
100101
'index',
101102
'name',
102103
'expression',
104+
'labels',
103105
)
104106

105107
class Cut(Diffable):

0 commit comments

Comments
 (0)