File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,12 @@ Running Tests
154154Changelog
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
171175Version 0.3.2
172176~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 33
44setup (
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' ],
Original file line number Diff line number Diff line change 1- VERSION = (0 , 3 , 2 )
1+ VERSION = (2 , 0 , 0 )
22
33from .parsers import parse
You can’t perform that action at this time.
0 commit comments