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

Sign up
Appearance settings

Commit e4b4e91

Browse files
committed
Bump version to 2.2.0
1 parent b7e22ae commit e4b4e91

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎README.rst

Lines 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

Lines 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

Lines 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)

AltStyle によって変換されたページ (->オリジナル) /