Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Jan 16, 2018
1 parent 129bf99 commit 35fde8d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

0.6.5 (2018-01-16)
------------------

- Updated `aiohttp` to latest version which solves incompabilities with `yarl`.


0.6.4 (2018-01-15)
------------------

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aioamqp==0.10.0
aiobotocore==0.5.2
aiohttp==2.3.7
aiohttp==2.3.8
async-timeout==2.0.0
botocore==1.7.40
chardet==3.0.4
Expand All @@ -23,4 +23,4 @@ six==1.11.0
tzlocal==1.5.1
ujson==1.35
uvloop==0.9.1
yarl==0.18.0
yarl==1.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
'uvloop>=0.8.1',
'aiobotocore>=0.5.1, <0.6.0',
'tzlocal>=1.4',
'aiohttp>=2.3.2, <2.4.0',
'yarl>=0.16.0, <1.0.0'
'aiohttp>=2.3.8, <2.4.0',
'yarl>=1.0.0'
]

PY_VER = sys.version_info
Expand Down
2 changes: 1 addition & 1 deletion tomodachi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.4'
__version__ = '0.6.5'

if __name__ == "__main__":
print(__version__)

0 comments on commit 35fde8d

Please sign in to comment.