Skip to content

Commit

Permalink
Bump to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 12, 2018
1 parent 9016e7d commit 370c772
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ sudo: false

deploy:
provider: pypi
user: andrew.svetlov
user: aio-lobs-bot
password:
secure: "Fn5RaVoU66e7609jKgJ8yMYyuxvPj+4lmg6cFh6hEv7dyp6UbHXxBUJKAeU3VS2I0L/IrC73Z/389J4B8aYcQAlk25WbN6TTtUa1d6Uu/4MZISdvNYtvFotqwcZR47ZcfA8n3IHjZezJbbAWy0flDLGR+3tDVSHP/E5r5GgB3Ok="
secure: "hlgl7Ml+yv13wqXFnzHPQKyS0Sj45TmsvC53lRk970TJD8ehfeYSxcdt6UMmxGzGUqGGdakQKUueSFxe4+hCKo1TiabsIPsSJWFXL+RfboZbcGPUVfk0MPNnOEOLBOWnsBVzfRXfWdG6oQ+Sn+2z6WIRcOaiyIFll2ABI1tkVxciDgBRl3czx13V4MFWVEM/8P9YJA7x1srzbVISlWKf1ZOA/nk5xJMyGbsdmEV4JVwFanGCTdALHxi8+8MOwFOxecbHlCSpo2od2JeHZunysHuDt3zX84zwH80LqgUyWoTCYgb5QM213NkZHAokV5JAdPTVQJvsZMk65sELGljN36TcggpeZqDlY6pS5+j116GUHbEqLnZveFYsH2XcqhsY0jcbdzlo9KjlBSBzY0VXXsspZcUVAHIQ+o7Cv/JjfabQTYVAhS4nAZy0P0bWOWfoFZAyFlnN86zePPzx1bqCTyMwlfmeNKgCQov4+OmudgDnFwJtebk4poZHB5U4fPFslNTm7bar6H16nqQ6+/FoXDQ1kiOTSmAZDlcySnPWnVaxxRyeguVTtnPJGNWYChFd/NiGGqYeH9m0GlSDUeW+TUezOLOJgF/UxVupV+ISAcKcgbm28MlQNx8/1IVOhsmY3F199eV3briHI8E3vjO67oBBURove+97s1lK4cS56n0="xs
distributions: "sdist bdist_wheel"
on:
tags: true
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

2.6.0 (2018-09-12)
------------------

* Create a new session if `NaClCookieStorage` cannot decode a
corrupted cookie #317

2.5.0 (2018-05-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from aiohttp import web


__version__ = '2.5.1'
__version__ = '2.6.0'


class Session(MutableMapping):
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def read(f):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
'Framework :: AsyncIO',
],
Expand Down

0 comments on commit 370c772

Please sign in to comment.