Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e4b4e91

Browse filesBrowse files
committed
Bump version to 2.2.0
1 parent b7e22ae commit e4b4e91
Copy full SHA for e4b4e91

File tree

Expand file treeCollapse file tree

3 files changed

+9
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-2
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@ Running Tests
154154
Changelog
155155
---------
156156

157+
Version 2.1 (2020-02-08)
158+
~~~~~~~~~~~~~~~~~~~~~~~~
159+
160+
- ``python-user-agents`` now require ``ua-parser>=0.9.0``. Thanks @jnozsc!
161+
- Properly detect Chrome Mobile browser families. Thanks @jnozsc!
162+
163+
157164
Version 2.0 (2019-04-07)
158165
~~~~~~~~~~~~~~~~~~~~~~~~
159166

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='user-agents',
6-
version='2.0',
6+
version='2.1',
77
author='Selwin Ong',
88
author_email='selwin.ong@gmail.com',
99
packages=['user_agents'],

‎user_agents/__init__.py

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (2, 0, 0)
1+
VERSION = (2, 1, 0)
22

33
from .parsers import parse

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.