Skip to content

Commit

Permalink
Merge pull request #28
Browse files Browse the repository at this point in the history
0.3.8
  • Loading branch information
0ssigeno authored Sep 30, 2022
2 parents f11730c + 12d529e commit 7426a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atlasq/queryset/queryset.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def aggregate(self, pipeline, **kwargs): # pylint: disable=arguments-differ
pipeline = [pipeline]

final_pipeline = self._aggrs + pipeline
return self.__parent_aggregate(final_pipeline)
return self.__collection_aggregate(final_pipeline)

def __call__(self, q_obj=None, **query):
if self.index is None:
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.3.7"
VERSION = "0.3.8"

0 comments on commit 7426a71

Please sign in to comment.