Skip to content

Commit 5be4671

Browse files
committed
Bump version to 1.1.0.
1 parent dbaf68d commit 5be4671

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ Running Tests
151151
Changelog
152152
---------
153153

154+
Version 1.1.0
155+
~~~~~~~~~~~~~
156+
- Better FirefoxOS and ChromeBook detection
157+
- Fixes browser version number parsing.
158+
159+
154160
Version 1.0.0
155161
~~~~~~~~~~~~~
156162

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='1.1.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 = (1, 1, 0)
22

33
from .parsers import parse

0 commit comments

Comments
 (0)