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 ed3803a

Browse filesBrowse files
committed
Bump version to 0.3.1.
1 parent 973e5f4 commit ed3803a
Copy full SHA for ed3803a

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+3
-4
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Installation
1919

2020
.. image:: https://secure.travis-ci.org/selwin/python-user-agents.png
2121

22-
WARNING: This library should be considered "alpha". Use this in production at your own risk.
2322
``user-agents`` is hosted on `PyPI <http://pypi.python.org/pypi/user-agents/>`_ and can be installed as such::
2423

2524
pip install pyyaml ua-parser user-agents

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='user-agents',
6-
version='0.3.0',
6+
version='0.3.1',
77
author='Selwin Ong',
88
author_email='selwin.ong@gmail.com',
99
packages=['user_agents'],
@@ -13,7 +13,7 @@
1313
long_description=open('README.rst').read(),
1414
zip_safe=False,
1515
include_package_data=True,
16-
package_data = { '': ['README.rst'] },
16+
package_data={'': ['README.rst']},
1717
install_requires=['ua-parser'],
1818
classifiers=[
1919
'Development Status :: 5 - Production/Stable',

‎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, 0)
1+
VERSION = (0, 3, 1)
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.