Skip to content

Commit d7e1ab5

Browse files
committed
prepare patch version
1 parent 8801fb3 commit d7e1ab5

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ The documentation can be found [here](https://django-computedfields.readthedocs.
104104

105105
#### Changelog
106106

107+
- 0.2.9
108+
- fix related_query_name issue
107109
- 0.2.8
108110
- Django 5.2 support
109111
- 0.2.7

computedfields/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.8'
1+
__version__ = '0.2.9'

docs/manual.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,8 @@ a similar feature in Django's ORM.
611611
Changelog
612612
---------
613613

614+
- 0.2.9
615+
- fix related_query_name issue
614616
- 0.2.8
615617
- Django 5.2 support
616618
- 0.2.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_version():
2626
author='netzkolchose',
2727
author_email='j.breitbart@netzkolchose.de',
2828
url='https://github.com/netzkolchose/django-computedfields',
29-
download_url='https://github.com/netzkolchose/django-computedfields/archive/0.2.8.tar.gz',
29+
download_url=f'https://github.com/netzkolchose/django-computedfields/archive/{get_version()}.tar.gz',
3030
keywords=['django', 'method', 'decorator',
3131
'autoupdate', 'persistent', 'field'],
3232
classifiers=[

0 commit comments

Comments
 (0)