Skip to content

Commit a4c59e1

Browse files
committed
Bump version to 2.0
1 parent 87936f2 commit a4c59e1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.rst

Lines 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

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='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

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