Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 18, 2024
1 parent 9e4a5b8 commit 797aaf8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.9.0 (2024-06-18)

### Feature

* **chore:** Bump deps, might consider >= in the future ([`9e4a5b8`](https://github.com/0xPlaygrounds/subgrounds/commit/9e4a5b8a78dc4ddd8223946d04de025e3cb100f8))

## v1.8.3 (2024-06-10)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "subgrounds"
version = "1.8.3"
version = "1.9.0"
description = "A Pythonic data access layer for applications querying data from The Graph Network."
authors = [
"cvauclair <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion subgrounds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from subgrounds.client import AsyncSubgrounds, Subgrounds
from subgrounds.subgraph import FieldPath, Subgraph, SyntheticField

__version__ = "1.8.3"
__version__ = "1.9.0"

__all__ = [
"AsyncSubgrounds",
Expand Down

0 comments on commit 797aaf8

Please sign in to comment.