Skip to content

Commit

Permalink
chore: Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Jan 24, 2018
1 parent 3123c62 commit 3af50ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trackstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
/_/ /_/ \__,_/\___/_/|_|/____/\__/\__,_/\__/____/
"""
VERSION = (0, 4, 0, 'final', 0)
VERSION = (0, 5, 0, 'final', 0)

__title__ = 'django-trackstats'
__version_info__ = VERSION
__version__ = '.'.join(map(str, VERSION[:3])) + ('-{}{}'.format(
VERSION[3], VERSION[4] or '') if VERSION[3] != 'final' else '')
__author__ = 'Raymond Penners'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 Raymond Penners and contributors'
__copyright__ = 'Copyright 2018 Raymond Penners and contributors'

0 comments on commit 3af50ec

Please sign in to comment.