Skip to content

Commit 2224c9b

Browse files
authored
[TOOLSLIBS-514] Release prep for 6.0.0 (#194)
* updates changelog and version * adds bearer token, cleans up removals * new things * adds type annotation changelog * review cleanup * removes py27 from testing requirements in PR template! * readme updates for 6.0 * adds custom_events module to setup
1 parent 84fba34 commit 2224c9b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Please include link to open issue if applicable.
1515

1616
* Tests pass in the GitHub Actions CI for the following Python versions:
1717

18-
- [ ] 2.7
1918
- [ ] 3.6
2019
- [ ] 3.7
2120
- [ ] 3.8

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# urbanairship changelog
22

3+
## 6.0.0
4+
5+
- Removes support for Python 2. New minimum Python versions is 3.6
6+
- Removes support for location APIs
7+
- Removes LocationFinder class
8+
- Removes location-based audience selectors: location, recent_date, absolute_date
9+
- Adds `token` property to `urbanairship.Airship` to support bearer token API authentication
10+
- Adds optional `retries` property to urbanairship.Airship to specify number of times to retry failed API requests
11+
- Adds CustomEvent class for sending custom events
12+
- Adds SmsCustomResponse class
13+
- Adds type annotations for function and method signatures
14+
315
## 5.7.0
416

517
- Adds Custom Event Reports

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Web Push to a tag
7474
History
7575
=======
7676

77+
* 6.0 Support for Bearer Token Authentication. Removes support for Python 2.
7778
* 5.0 Support for SMS and Email messages. See changelog for other updates.
7879
* 4.0 Support for Automation, removed Feedback
7980
* 3.0 Support for Open Channels, several other significant changes

urbanairship/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.7.0"
1+
__version__ = "6.0.0"

0 commit comments

Comments
 (0)