Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongyihui committed Jul 11, 2017
1 parent caf4ff9 commit 26b9458
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
9 changes: 7 additions & 2 deletions HISTORY.rst
Expand Up @@ -2,14 +2,19 @@
History
=======

0.0.3 (2017-07-11)
------------------

* use gstreamer to play audio stream
* support dueros avs compatible service
* many improments

0.0.2 (2017-07-05)
------------------

* rename alexa util to alexa-tap
* add oauth util alexa-auth

* First release on PyPI.

0.0.1 (2017-07-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion avs/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = """Yihui Xiong"""
__email__ = 'yihui.xiong@hotmail.com'
__version__ = '0.0.2'
__version__ = '0.0.3'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@

setup(
name='avs',
version='0.0.2',
version='0.0.3',
description="Python implementation of Alexa Voice Service App",
long_description=readme + '\n\n' + history,
author="Yihui Xiong",
Expand Down
2 changes: 0 additions & 2 deletions tests/test_avs.py
Expand Up @@ -6,8 +6,6 @@

import unittest

from avs import alexa


class TestAlexa(unittest.TestCase):
"""Tests for `avs` package."""
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
@@ -1,13 +1,11 @@
[tox]
envlist = py26, py27, py33, py34, py35, flake8
envlist = py27, py34, py35, flake8

[travis]
python =
3.5: py35
3.4: py34
3.3: py33
2.7: py27
2.6: py26

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit 26b9458

Please sign in to comment.