File tree Expand file tree Collapse file tree 5 files changed +35
-5
lines changed Expand file tree Collapse file tree 5 files changed +35
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
28
36.0.0 (2015-12-15)
5
29
-------------------
6
30
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ Using PIP:
23
23
24
24
From Github::
25
25
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
27
27
28
28
From PyPI::
29
29
30
- pip install beaver==36.0.0
30
+ pip install beaver==36.0.1
31
31
32
32
Documentation
33
33
=============
Original file line number Diff line number Diff line change 1
1
# -*- 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
+
1
7
python-beaver (36.0.0) stable; urgency=low
2
8
3
9
* Release version 36.0.0
Original file line number Diff line number Diff line change 53
53
# built documents.
54
54
#
55
55
# The short X.Y version.
56
- version = '36.0.0 '
56
+ version = '36.0.1 '
57
57
# The full version, including alpha/beta/rc tags.
58
- release = '36.0.0 '
58
+ release = '36.0.1 '
59
59
60
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
61
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments