We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7002f5e commit c4b74b0Copy full SHA for c4b74b0
setup.py
@@ -5,13 +5,13 @@
5
6
setup(
7
name='django-timeline-logger',
8
- version='0.4.2',
+ version='0.5.0',
9
description='Generic event logger for Django models.',
10
author='Maykin Media',
11
author_email='[email protected]',
12
url='https://github.com/maykinmedia/django-timeline-logger',
13
install_requires=[
14
- 'Django>=1.8',
+ 'Django>=1.9',
15
'django-appconf',
16
],
17
packages=find_packages(exclude=['tests*']),
@@ -29,7 +29,7 @@
29
'pytest-pythonpath',
30
31
classifiers=[
32
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
33
'Framework :: Django :: 1.9',
34
'Intended Audience :: Developers',
35
'License :: OSI Approved :: MIT License',
0 commit comments