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
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 9329115

Browse filesBrowse files
committed
Bumped of to version 0.2.0.
1 parent 40622f8 commit 9329115
Copy full SHA for 9329115

File tree

Expand file treeCollapse file tree

3 files changed

+7
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-2
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ Running Tests
133133
Changelog
134134
=========
135135

136+
Version 0.2.0
137+
-------------
138+
* Fixed errors when running against newer versions if ua-parser
139+
* Support for Python 3
140+
136141
Version 0.1.1
137142
-------------
138143
* Added ``is_bot`` property

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