Skip to content

Commit e6ab985

Browse files
committed
bump version
1 parent ef38ad7 commit e6ab985

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [3.2.0] - 2024-04-04
29

310
### Changed

pygqlc/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.2.0'
1+
__version__ = '3.3.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pygqlc"
3-
version = "3.2.0"
3+
version = "3.3.0"
44
description = "Python client for graphql APIs"
55
authors = ["Baruc Almaguer <baruc.almaguer@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)