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+ 36.0.1 (2016-01-13)
5+ -------------------
6+
7+ - Fix README.rst formatting for rst-lint. [Jose Diaz-Gonzalez]
8+
9+ - Remove tabs and use "except .. as .." [EYJ]
10+
11+ - Try to fix hanging test by joining leftover thread. [EYJ]
12+
13+ - Fix Queue timeout occurring after successful reconnect. [EYJ]
14+
15+ - Fix rabbitmq reconnection behaviour to use the beaver reconnect
16+ mechanism. [EYJ]
17+
18+ - Migrating repo locations. [Jamie Cressey]
19+
20+ - Fixups for CONTRIBUTING. [Jamie Cressey]
21+
22+ - Fixing formatting. [Jamie Cressey]
23+
24+ - Changes to guidelines and adding reference to README. [Jamie Cressey]
25+
26+ - Adding contributing guidelines. [Jamie Cressey]
27+
42836.0.0 (2015-12-15)
529-------------------
630
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ Using PIP:
2323
2424From Github::
2525
26- pip install git+git://github.com/python-beaver/python-beaver.git@36.0.0 #egg=beaver
26+ pip install git+git://github.com/python-beaver/python-beaver.git@36.0.1 #egg=beaver
2727
2828From PyPI::
2929
30- pip install beaver==36.0.0
30+ pip install beaver==36.0.1
3131
3232Documentation
3333=============
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = '36.0.0 '
2+ __version__ = '36.0.1 '
Original file line number Diff line number Diff line change 1+ python-beaver (36.0.1) stable; urgency=low
2+
3+ * Release version 36.0.1
4+
5+ -- Jose Diaz-Gonzalez <release@josediazgonzalez.com> Wed, 13 Jan 2016 19:33:51 +0000
6+
17python-beaver (36.0.0) stable; urgency=low
28
39 * Release version 36.0.0
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '36.0.0 '
56+ version = '36.0.1 '
5757# The full version, including alpha/beta/rc tags.
58- release = '36.0.0 '
58+ release = '36.0.1 '
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