Skip to content

Commit 151f70a

Browse files
authored
Merge pull request #14 from cms-l1-globaltrigger/devel-0.9.x
0.9.1
2 parents a6d8886 + 3a72212 commit 151f70a

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.1] - 2024-02-27
11+
12+
### Changed
13+
14+
- Depends on utm 0.12.0 (#13).
15+
1016
## [0.9.0] - 2023-03-22
1117

1218
### Added
@@ -68,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6874

6975
- Depends on utm 0.8.0
7076

71-
[unreleased]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.0...HEAD
77+
[unreleased]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.1...HEAD
78+
[0.9.1]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.0...0.9.1
7279
[0.9.0]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.8.1...0.9.0
7380
[0.8.1]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.8.0...0.8.1
7481
[0.8.0]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.7.3...0.8.0

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.9.0
10+
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.9.1
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.11.2
1+
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.12.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers =
1515
python_requires = >=3.6
1616
packages = find:
1717
install_requires =
18-
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.2
18+
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.12.0
1919
test_suite = tests
2020

2121
[options.packages.find]

tmDiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)