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 fed7a59 commit a69c749Copy full SHA for a69c749
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.0.11
2
+
3
+### Various fixes & improvements
4
5
+- Sync till 134da6c507d2ee342575762cb3e47cc25b898767 (#35) by @nikhars
6
7
## 0.0.10
8
9
### Various fixes & improvements
setup.py
@@ -43,7 +43,7 @@ def get_requirements() -> Sequence[str]:
43
44
setup(
45
name="sentry-infra-tools",
46
- version="0.0.10",
+ version="0.0.11",
47
author="Sentry",
48
author_email="oss@sentry.io",
49
packages=find_packages(where=".", exclude="tests"),
0 commit comments