Skip to content

Commit

Permalink
Merge branch 'release/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmrk committed Jun 15, 2018
2 parents d86417a + 1575f72 commit d2f6c5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiosfstream/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
DESCRIPTION = "Salesforce Streaming API client for asyncio"
KEYWORDS = "salesforce asyncio aiohttp comet cometd bayeux push streaming"
URL = "https://github.com/robertmrk/aiosfstream"
VERSION = "0.2.1"
VERSION = "0.2.2"
AUTHOR = "Róbert Márki"
AUTHOR_EMAIL = "gsmiko@gmail.com"
5 changes: 5 additions & 0 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.2.2 (2018-06-15)
------------------

- Update aiocometd dependency to 0.3.1

0.2.1 (2018-05-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
here = os.path.abspath(os.path.dirname(__file__))

INSTALL_REQUIRES = [
"aiocometd>=0.3.0,<0.4.0",
"aiocometd>=0.3.1,<0.4.0",
"aiohttp>=3.1,<4.0"
]
TESTS_REQUIRE = [
Expand Down

0 comments on commit d2f6c5f

Please sign in to comment.