We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef38ad7 commit e6ab985Copy full SHA for e6ab985
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# CHANGELOG
2
+
3
+## [3.3.0] - 2025-01-25
4
5
+- [Added] GitHub Workflow to check for outdated packages on push
6
+- [Changed] Update dependencies
7
8
## [3.2.0] - 2024-04-04
9
10
### Changed
pygqlc/__version__.py
@@ -1 +1 @@
-__version__ = '3.2.0'
+__version__ = '3.3.0'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pygqlc"
-version = "3.2.0"
+version = "3.3.0"
description = "Python client for graphql APIs"
authors = ["Baruc Almaguer <baruc.almaguer@gmail.com>"]
readme = "README.md"
0 commit comments