We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228a55f commit dce5167Copy full SHA for dce5167
2 files changed
README.md
@@ -12,7 +12,7 @@
12
- Also Compatible with Android 8.0+.
13
- Supports including images in notifications.
14
- All Notifications can take Functions (version 1.50+) [functions section](#functions).
15
-- Advanced Notification Handling [section](advanced-features).
+- Advanced Notification Handling [section](#advanced-features).
16
- Support for multiple notification styles:
17
- [Simple](#basic-usage)
18
- [Progress](#progress-bar-notification)
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="android-notify",
9
- version="1.51.2",
+ version="1.52",
10
author="Fabian",
11
author_email='fector101@yahoo.com',
description="A Python package that simpilfies creating Android notifications in Kivy apps.",
0 commit comments