Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
Better late than never. Sorry for taking so long, @gtaylor.

Closes #17.
  • Loading branch information
maiksprenger committed Jan 20, 2015
1 parent 6e0fb63 commit 5be4f27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-cal',
version='0.2.1',
version='0.2.2',
author='Maik Hoepfel',
author_email = 'm@maikhoepfel.de',
description = ('Django app to enable exporting of events to iCalendar files.'),
Expand All @@ -16,11 +16,12 @@
'Django',
],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
'License :: OSI Approved :: BSD License',
'Framework :: Django',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2 :: Only',
],
)

0 comments on commit 5be4f27

Please sign in to comment.