Skip to content

Commit

Permalink
Bump version to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedorn committed Sep 4, 2018
1 parent b99c621 commit 4544688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tastypie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Daniel Lindsley & the Tastypie core team'

VERSION = (0, 14, 1)
VERSION = (0, 14, 2)

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

0 comments on commit 4544688

Please sign in to comment.