Skip to content

Commit

Permalink
Release 1.8.5: Bumped version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
W1ldPo1nter committed Nov 13, 2023
1 parent c927733 commit d79351a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
master (unreleased)
-------------------

1.8.5 (2023-11-13)
------------------

- Selected queryable properties are no longer aliased with a unique name in queries and use their regular name instead
(also fixes errors that occurred when queries use themselves as subqueries recursively, e.g. in sliced prefetches)

Expand Down
2 changes: 1 addition & 1 deletion queryable_properties/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import unicode_literals

__version__ = '1.8.4'
__version__ = '1.8.5'
__author__ = 'Marcus Klöpfel'
__copyright__ = 'Copyright 2023, Marcus Klöpfel'
__license__ = 'BSD'
Expand Down

0 comments on commit d79351a

Please sign in to comment.