Skip to content

Commit

Permalink
django 5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Aug 19, 2024
1 parent d89b219 commit a398c47
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ The documentation can be found [here](https://django-computedfields.readthedocs.


#### Changelog

- 0.2.6
- Django 5.1 support
- 0.2.5
- Django 5.0 & Python 3.12 support
- Django 3.2 support dropped
Expand Down
2 changes: 1 addition & 1 deletion computedfields/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.5'
__version__ = '0.2.6'
2 changes: 2 additions & 0 deletions docs/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ a similar feature in Django's ORM.
Changelog
---------

- 0.2.6
- Django 5.1 support
- 0.2.5
- Django 5.0 & Python 3.12 support
- Django 3.2 support dropped
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_version(path):
author='netzkolchose',
author_email='[email protected]',
url='https://github.com/netzkolchose/django-computedfields',
download_url='https://github.com/netzkolchose/django-computedfields/archive/0.2.5.tar.gz',
download_url='https://github.com/netzkolchose/django-computedfields/archive/0.2.6.tar.gz',
keywords=['django', 'method', 'decorator',
'autoupdate', 'persistent', 'field'],
classifiers=[
Expand Down

0 comments on commit a398c47

Please sign in to comment.