Skip to content

Commit 0b565c2

Browse files
authored
Merge pull request #57 from michi42/master
improve performance of processDataset()
2 parents 765c456 + 90a94f5 commit 0b565c2

File tree

2 files changed

+135
-121
lines changed

2 files changed

+135
-121
lines changed

pytimber/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010

1111
from .pagestore import PageStore
1212

13-
__version__ = "2.5.2"
13+
__version__ = "2.6.0"
1414

1515
__cmmnbuild_deps__ = [
1616
"accsoft-cals-extr-client",
1717
"accsoft-cals-extr-domain",
18+
"lhc-commons-cals-utils",
1819
"slf4j-log4j12",
1920
"slf4j-api",
2021
"log4j"

0 commit comments

Comments
 (0)