We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2765b61 commit b195061Copy full SHA for b195061
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.2.1 (2025-05-30)
2
+
3
+### Fix
4
5
+- use python 3.8 compatible typing (#63)
6
7
## 2.2.0 (2025-05-26)
8
9
### Feat
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "simple-github"
description = "A simple Github client that only provides auth and access to the REST and GraphQL APIs."
-version = "2.2.0"
+version = "2.2.1"
authors = [
{ name = "Mozilla Release Engineering", email = "release+simple-github@mozilla.com"}
]
0 commit comments