Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 22, 2023
1 parent 3f3f575 commit 0be4e99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v1.7.1 (2023-09-22)

### Fix

* Nested filters ([#40](https://github.com/0xPlaygrounds/subgrounds/issues/40)) ([`3f3f575`](https://github.com/0xPlaygrounds/subgrounds/commit/3f3f5753bf5dba9ac39664156b76f81697055a23))

### Documentation

* Update CHANGELOG.md ([`7ef0876`](https://github.com/0xPlaygrounds/subgrounds/commit/7ef08764cd27478ab9797f2823a823cbbe095ec2))

## v1.7.0 (2023-09-05)

### Feature
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.7.0"
version = "1.7.1"
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.7.0"
__version__ = "1.7.1"

__all__ = [
"AsyncSubgrounds",
Expand Down

0 comments on commit 0be4e99

Please sign in to comment.