Skip to content

Commit 348a745

Browse files
committed
Release version 35.0.2
1 parent 3a9ce57 commit 348a745

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
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+
410
35.0.1 (2015-11-26)
511
-------------------
612

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Using PIP:
2020

2121
From 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

2525
From PyPI::
2626

27-
pip install beaver==35.0.1
27+
pip install beaver==35.0.2
2828

2929
Documentation
3030
=============

beaver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '35.0.1'
2+
__version__ = '35.0.2'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
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.

0 commit comments

Comments
 (0)