Skip to content

Commit

Permalink
Release 1.8.0: Updated changelog and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
W1ldPo1nter committed Dec 7, 2021
1 parent 73f6af4 commit fe1bf86
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.0 (2021-12-07)
------------------

- Added support for Django 4.0
- Added new ready-to-use queryable property implementations for properties based on subqueries
(``SubqueryFieldProperty``, ``SubqueryExistenceCheckProperty``)
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.7.1'
__version__ = '1.8.0'
__author__ = 'Marcus Klöpfel'
__copyright__ = 'Copyright 2021, Marcus Klöpfel'
__license__ = 'BSD'
Expand Down

0 comments on commit fe1bf86

Please sign in to comment.