Skip to content

Commit

Permalink
release: 0.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jan 14, 2025
1 parent f888abc commit acdf1ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.31

### Various fixes & improvements

- fix(kube): Ignore empty override files (#76) by @Dav1dde

## 0.0.30

### 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.30",
version="0.0.31",
author="Sentry",
author_email="[email protected]",
packages=find_packages(where=".", exclude="tests"),
Expand Down

0 comments on commit acdf1ee

Please sign in to comment.