Skip to content

Commit

Permalink
Document Django 2.2 support and bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
W1ldPo1nter committed May 11, 2019
1 parent d4b42bc commit 1dada67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
master (unreleased)
-------------------

1.0.1 (2019-05-11)
------------------

- Added support for Django 2.2

1.0.0 (2018-12-31)
------------------

Expand Down
4 changes: 4 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ supported Python versions:
+----------------+---------------------------+
| Django version | Supported Python versions |
+================+===========================+
| 2.2 | 3.7, 3.6, 3.5 |
+----------------+---------------------------+
| 2.1 | 3.7, 3.6, 3.5 |
+----------------+---------------------------+
| 2.0 | 3.7, 3.6, 3.5, 3.4 |
Expand All @@ -39,3 +41,5 @@ supported Python versions:
| 1.4 | 2.7 |
+----------------+---------------------------+
```

Upcoming versions may also work, but are not officially supported as long as they are not added to the test setup.
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.0.0'
__version__ = '1.0.1'
__author__ = 'Marcus Klöpfel'
__copyright__ = 'Copyright 2019, Marcus Klöpfel'
__license__ = 'BSD'
Expand Down

0 comments on commit 1dada67

Please sign in to comment.