We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c461b commit 2ce1600Copy full SHA for 2ce1600
2 files changed
CHANGELOG.md
@@ -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
8
## 0.0.4
9
10
### Various fixes & improvements
setup.py
@@ -39,7 +39,7 @@ def get_requirements() -> Sequence[str]:
39
40
setup(
41
name="sentry-infra-tools",
42
- version="0.0.4",
+ version="0.0.5",
43
author="Sentry",
44
author_email="oss@sentry.io",
45
packages=find_packages("."),
0 commit comments