File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 35.0.2 (2015-12-03)
5+ -------------------
6+
7+ - Write to the SQS object not the dict when using sqs_bulk_lines flag.
8+ [Jamie Cressey]
9+
41035.0.1 (2015-11-26)
511-------------------
612
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Using PIP:
2020
2121From Github::
2222
23- pip install git+git://github.com/josegonzalez/python-beaver.git@35.0.1 #egg=beaver
23+ pip install git+git://github.com/josegonzalez/python-beaver.git@35.0.2 #egg=beaver
2424
2525From PyPI::
2626
27- pip install beaver==35.0.1
27+ pip install beaver==35.0.2
2828
2929Documentation
3030=============
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = '35.0.1 '
2+ __version__ = '35.0.2 '
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '35.0.1 '
56+ version = '35.0.2 '
5757# The full version, including alpha/beta/rc tags.
58- release = '35.0.1 '
58+ release = '35.0.2 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments