Skip to content

Commit a40c0f2

Browse files
authored
[TOOLSLIBS-619] Release prep 6.1.0 (#202)
* updates version and changelog * rm unused imports * formatting fix
1 parent 42d6229 commit a40c0f2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# urbanairship changelog
22

3+
## 6.1.0
4+
5+
- Adds Support for Tag Lists using the `urbanairship.TagList` class
6+
37
## 6.0.0
48

59
- Removes support for Python 2. New minimum Python versions is 3.6

urbanairship/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.0.1"
1+
__version__ = "6.1.0"

urbanairship/devices/tag_lists.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import json
22
from typing import Dict, Optional, Any, List
3-
from io import TextIOWrapper
4-
from unicodedata import name
53

64
from requests import Response
75

0 commit comments

Comments
 (0)