Skip to content

Commit 87c8a41

Browse files
committed
release: 1.30.2
1 parent fc53242 commit 87c8a41

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.30.2
2+
3+
### Internal Changes 🔧
4+
5+
- Don't enforce stage match for non-CI work by @rgibert in [#228](https://github.com/getsentry/sentry-infra-tools/pull/228)
6+
17
## 1.30.1
28

39
### Internal Changes 🔧

setup.py

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

4747
setup(
4848
name="sentry-infra-tools",
49-
version="1.30.1",
49+
version="1.30.2",
5050
author="Sentry",
5151
author_email="oss@sentry.io",
5252
packages=find_packages(where=".", exclude="tests"),

0 commit comments

Comments
 (0)