Skip to content

Commit a7cb939

Browse files
authored
Merge pull request #16 from cms-l1-globaltrigger/devel-0.9.x
0.9.2
2 parents 151f70a + fcf8239 commit a7cb939

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
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.2] - 2024-05-23
11+
12+
### Changed
13+
14+
- Depends on utm 0.13.0 (#15).
15+
1016
## [0.9.1] - 2024-02-27
1117

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

7581
- Depends on utm 0.8.0
7682

77-
[unreleased]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.1...HEAD
83+
[unreleased]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.2...HEAD
84+
[0.9.2]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.1...0.9.2
7885
[0.9.1]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.0...0.9.1
7986
[0.9.0]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.8.1...0.9.0
8087
[0.8.1]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.8.0...0.8.1

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.1
10+
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.9.2
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.12.0
1+
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.13.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.12.0
18+
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.13.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.1"
1+
__version__ = "0.9.2"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36, py37, py38, py39, py310, py311
2+
envlist = py36, py37, py38, py39, py310, py311, py312
33
isolated_build = true
44
skip_missing_interpreters = true
55

0 commit comments

Comments
 (0)