Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Some early prep for 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmuss committed Sep 27, 2013
1 parent e5f1b42 commit e794f8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios_notifications/__init__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

VERSION = '0.1.5'
VERSION = '0.2'
2 changes: 2 additions & 0 deletions runtests.sh
Expand Up @@ -3,4 +3,6 @@
pushd .
cd test/testapp
python manage.py test ios_notifications
STATUS=$?
popd
exit $STATUS
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
description='Django iOS Notifications makes it easy to send push notifications to iOS devices',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
url='https://github.com/stephenmuss/django-ios-notifications',
download_url='https://github.com/stephenmuss/django-ios-notifications/zipball/v0.1.5',
download_url='https://github.com/stephenmuss/django-ios-notifications/zipball/v0.2',
license='BSD License',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit e794f8a

Please sign in to comment.