Skip to content

Commit

Permalink
Bump version in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedorn committed Jan 24, 2023
1 parent ee87690 commit 6305c19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release_notes/index.rst
Expand Up @@ -5,6 +5,7 @@ Release Notes
:maxdepth: 1

dev
v0.14.5
v0.14.4
v0.14.3
v0.14.2
Expand Down
9 changes: 9 additions & 0 deletions docs/release_notes/v0.14.5.rst
@@ -0,0 +1,9 @@
v0.14.5
=======

:date: 2023-01-24

Bugfix for data loss prevention exception when same uri is used in multiple to-many resources in a payload.
Doc fix for delete_detail
More cleanup for python 2 EOL
Added support for Django 4.1.
2 changes: 1 addition & 1 deletion tastypie/__init__.py
@@ -1,6 +1,6 @@
__author__ = 'Daniel Lindsley & the Tastypie core team'

VERSION = (0, 14, 4)
VERSION = (0, 14, 5)

__short_version__ = '.'.join(map(str, VERSION[0:2]))
__version__ = ''.join(['.'.join(map(str, VERSION[0:3])), ''.join(VERSION[3:])])

0 comments on commit 6305c19

Please sign in to comment.