Skip to content

Commit

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

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

## v1.5.2 (2023-05-17)
### Fix
* Nested orderBy working with DSL ([`7e320e8`](https://github.com/0xPlaygrounds/subgrounds/commit/7e320e8c77c12ad3fcfa64f3aad4428ad1068539))

## v1.5.1 (2023-05-15)
### Fix
* Nested OrderBy ([#17](https://github.com/0xPlaygrounds/subgrounds/issues/17)) ([`b807319`](https://github.com/0xPlaygrounds/subgrounds/commit/b8073193ddeee2cde2d795382ef8523d87a7ca71))
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.5.1"
version = "1.5.2"
description = "A Pythonic data access layer for applications querying data from The Graph Network."
authors = [
"cvauclair <cvauclair@playgrounds.network>",
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.subgraph import FieldPath, Subgraph, SyntheticField
from subgrounds.subgrounds import Subgrounds

__version__ = "1.5.1"
__version__ = "1.5.2"

__all__ = [
"FieldPath",
Expand Down

0 comments on commit 749a209

Please sign in to comment.