Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.2] - 2024-05-23

### Changed

- Depends on utm 0.13.0 (#15).

## [0.9.1] - 2024-02-27

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

- Depends on utm 0.8.0

[unreleased]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.1...HEAD
[unreleased]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.2...HEAD
[0.9.2]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.8.1...0.9.0
[0.8.1]: https://github.com/cms-l1-globaltrigger/tm-diff/compare/0.8.0...0.8.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Install using pip (>= 19.0).

```bash
pip install --upgrade pip
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.9.1
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.9.2
```

## Basic usage
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.12.0
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.13.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
python_requires = >=3.6
packages = find:
install_requires =
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.12.0
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.13.0
test_suite = tests

[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion tmDiff/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.9.2"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, py39, py310, py311
envlist = py36, py37, py38, py39, py310, py311, py312
isolated_build = true
skip_missing_interpreters = true

Expand Down