File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Install using pip (>= 19.0).
77
88``` bash
99pip 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ classifiers =
1515python_requires = >=3.6
1616packages = find:
1717install_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
1919test_suite = tests
2020
2121[options.packages.find]
Original file line number Diff line number Diff line change 1- __version__ = "0.9.0 "
1+ __version__ = "0.9.1 "
You can’t perform that action at this time.
0 commit comments