Skip to content

Commit

Permalink
Release 1.9.2: Bumped version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
W1ldPo1nter committed Mar 6, 2024
1 parent 9602e39 commit 5ef23b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,9 @@ Changelog
master (unreleased)
-------------------

1.9.2 (2024-03-06)
------------------

- Fixed an error that prevented querysets with queryable property features from being used as filter values in ``__in``
filters (i.e. implicit subqueries)

Expand Down
2 changes: 1 addition & 1 deletion queryable_properties/__init__.py
Expand Up @@ -3,7 +3,7 @@

from __future__ import unicode_literals

__version__ = '1.9.1'
__version__ = '1.9.2'
__author__ = 'Marcus Klöpfel'
__copyright__ = 'Copyright 2024, Marcus Klöpfel'
__license__ = 'BSD'
Expand Down

0 comments on commit 5ef23b5

Please sign in to comment.