Skip to content

Commit

Permalink
Merge pull request #15 from vintasoftware/v0.0.10
Browse files Browse the repository at this point in the history
updates version to 0.0.10
  • Loading branch information
hugobessa authored Feb 16, 2018
2 parents 8ccd261 + 47f4079 commit 037e155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion celerybeat_status/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8
__title__ = 'CeleryBeat Status'
__version__ = '0.0.9'
__version__ = '0.0.10'
__author__ = 'Vinta Software'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2017 Vinta Serviços e Soluções Tecnológicas Ltda'
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ def get_package_data(package):
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Framework :: Django',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Programming Language :: Python :: 3.5',
'Framework :: Django :: 2.0',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.6',
]
)

0 comments on commit 037e155

Please sign in to comment.