Skip to content

Commit 6cf0e0e

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.0.2'
2 parents c78bc36 + 539c768 commit 6cf0e0e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.2
2+
3+
### Various fixes & improvements
4+
5+
- restructure modules for packaging (#31) by @hubertdeng123
6+
- feat(python): Support python 3.10 (#30) by @hubertdeng123
7+
18
## 0.0.1
29

310
- No documented changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "devservices"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
# 3.10 is just for internal pypi compat
99
requires-python = ">=3.10"
1010
dependencies = [

0 commit comments

Comments
 (0)