Skip to content

Commit cabd02d

Browse files
committed
Release version 36.0.0
1 parent 89132f5 commit cabd02d

5 files changed

Lines changed: 53 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
Changelog
22
=========
33

4+
36.0.0 (2015-12-15)
5+
-------------------
6+
7+
- Adding max_queue_size to docs. [Jamie Cressey]
8+
9+
- Pinning kafka-python version. [Jamie Cressey]
10+
11+
- Ensure we test against the latest version of kafka-python. [Jamie
12+
Cressey]
13+
14+
- Attempt to reconnect to Kafka on failure. [Jamie Cressey]
15+
16+
- Adding SQS tests. [Jamie Cressey]
17+
18+
- Exclude gh-pages from TravisCI runs. [Jamie Cressey]
19+
20+
- Adding coverage results to README. [Jamie Cressey]
21+
22+
- Adding coverage tests. [Jamie Cressey]
23+
24+
- We say Py2.6+ is a requirement, but do the tests actually pass on 2.6?
25+
[Jamie Cressey]
26+
27+
- Dont test py3, yet... [Jamie Cressey]
28+
29+
- Testing python 3.x. [Jamie Cressey]
30+
31+
- Using new travis config. [Jamie Cressey]
32+
33+
- Added requests as a dependency. [Jose Diaz-Gonzalez]
34+
35+
Closes #304
36+
37+
- Bump debian version on release. [David Moravek]
38+
39+
- Support both older and newer pika. [Tim Stoop]
40+
41+
- Make reconnecting to a lost RabbitMQ work. [Tim Stoop]
42+
43+
- Remove old worker code in favor of the - now non-experimental -
44+
TailManager. [Jose Diaz-Gonzalez]
45+
446
35.0.2 (2015-12-03)
547
-------------------
648

README.rst

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

2424
From Github::
2525

26-
pip install git+git://github.com/josegonzalez/python-beaver.git@35.0.2#egg=beaver
26+
pip install git+git://github.com/josegonzalez/python-beaver.git@36.0.0#egg=beaver
2727

2828
From PyPI::
2929

30-
pip install beaver==35.0.2
30+
pip install beaver==36.0.0
3131

3232
Documentation
3333
=============

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.2'
2+
__version__ = '36.0.0'

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-beaver (36.0.0) stable; urgency=low
2+
3+
* Release version 36.0.0
4+
5+
-- Jose Diaz-Gonzalez <release@josediazgonzalez.com> Tue, 15 Dec 2015 22:12:18 +0000
6+
17
python-beaver (31) stable; urgency=low
28

39
* Initial public debian release

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.2'
56+
version = '36.0.0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '35.0.2'
58+
release = '36.0.0'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

0 commit comments

Comments
 (0)