Skip to content

Commit

Permalink
Bump version to 0.5.0 Stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-lpa committed Jul 20, 2016
1 parent 7002f5e commit c4b74b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setup(
name='django-timeline-logger',
version='0.4.2',
version='0.5.0',
description='Generic event logger for Django models.',
author='Maykin Media',
author_email='support@maykinmedia.nl',
url='https://github.com/maykinmedia/django-timeline-logger',
install_requires=[
'Django>=1.8',
'Django>=1.9',
'django-appconf',
],
packages=find_packages(exclude=['tests*']),
Expand All @@ -29,7 +29,7 @@
'pytest-pythonpath',
],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Framework :: Django :: 1.9',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit c4b74b0

Please sign in to comment.