Skip to content

Commit 2ce1600

Browse files
committed
release: 0.0.5
1 parent 56c461b commit 2ce1600

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.5
2+
3+
### Various fixes & improvements
4+
5+
- chore(review): Add CODEOWNERS (#20) by @nikhars
6+
- fix(python): Reduce minimum python version required to 3.10 (#19) by @nikhars
7+
18
## 0.0.4
29

310
### Various fixes & improvements

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_requirements() -> Sequence[str]:
3939

4040
setup(
4141
name="sentry-infra-tools",
42-
version="0.0.4",
42+
version="0.0.5",
4343
author="Sentry",
4444
author_email="oss@sentry.io",
4545
packages=find_packages("."),

0 commit comments

Comments
 (0)