Skip to content

Commit df4022a

Browse files
committed
prepare patch release 0.3.4
1 parent f56a903 commit df4022a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

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

104104

105105
#### Changelog
106+
- 0.3.4
107+
- Fix UNIONed resolver updates, that contain select_related
106108
- 0.3.3
107109
- auto recovery for not_computed context
108110
- 0.3.2

computedfields/__init__.py

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

docs/manual.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ a similar feature in Django's ORM.
756756
Changelog
757757
---------
758758

759+
- 0.3.4
760+
- Fix UNIONed resolver updates, that contain select_related
759761
- 0.3.3
760762
- auto recovery for not_computed context
761763
- 0.3.2

0 commit comments

Comments
 (0)