Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #10 from dreipol/version-3.0
Browse files Browse the repository at this point in the history
Version 3.0
  • Loading branch information
melbic committed May 4, 2016
2 parents 7706945 + 1597db0 commit 4a1720d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scarface/platform_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def format_payload(self, message):
payload.update(message.extra_payload)

return super(
APNPlatformStrategy,
APNSSandboxPlatformStrategy,
self
).format_payload(payload)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-scarface',
version='3.0-alpha-5',
version='3.0-alpha-6',
packages=['scarface'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 4a1720d

Please sign in to comment.