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 a4c59e1

Browse filesBrowse files
committed
Bump version to 2.0
1 parent 87936f2 commit a4c59e1
Copy full SHA for a4c59e1

File tree

Expand file treeCollapse file tree

3 files changed

+8
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+8
-4
lines changed

‎README.rst

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

157-
Version 1.0.0
157+
Version 2.0 (2019-04-07)
158+
~~~~~~~~~~~~~~~~~~~~~~~~
159+
160+
- ``python-user-agents`` now require ``ua-parser>=0.8.0``. Thanks @IMDagger!
161+
162+
Version 1.1
158163
~~~~~~~~~~~~~
159164

160165
- Fixes packaging issue
@@ -166,7 +171,6 @@ Version 1.0
166171
- Access to more device information in ``user_agent.device.brand`` and
167172
``user_agent.device.model``
168173

169-
===
170174

171175
Version 0.3.2
172176
~~~~~~~~~~~~~

‎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='1.0.1',
6+
version='2.0',
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 = (0, 3, 2)
1+
VERSION = (2, 0, 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.