Skip to content

Commit

Permalink
release: 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 28, 2024
1 parent 755a824 commit db55079
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.0.16

### Various fixes & improvements

- Update min Python version and sentry-jsonnet dependency version (#44) by @brian-lou
- [pre-commit.ci] pre-commit autoupdate (#43) by @pre-commit-ci
- chore(formatting): Fix formatting of all code (#42) by @nikhars

## 0.0.15

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_requirements() -> Sequence[str]:

setup(
name="sentry-infra-tools",
version="0.0.15",
version="0.0.16",
author="Sentry",
author_email="[email protected]",
packages=find_packages(where=".", exclude="tests"),
Expand Down

0 comments on commit db55079

Please sign in to comment.