File tree Expand file tree Collapse file tree 5 files changed +24
-7
lines changed
Expand file tree Collapse file tree 5 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 36.1 .0 (2016-02-14 )
4+ 36.2 .0 (2016-04-12 )
55-------------------
66
7- - Replaced Mosquitto library with Paho-mqtt for mqtt transport. [Justin van Heerde]
7+ - Replaced Mosquitto with Paho-mqtt for mqtt transport. [Justin van
8+ Heerde]
9+
10+ - Add log file rotate in limit size. [soarpenguin]
11+
12+ - Fix README.rst docs link. [Andrew Grigorev]
13+
14+ 36.0.1 (2016-01-13)
15+ -------------------
816
917- Fix README.rst formatting for rst-lint. [Jose Diaz-Gonzalez]
1018
@@ -234,6 +242,9 @@ Changelog
234242
235243 See at #312
236244
245+ 33.3.0 (2015-04-08)
246+ -------------------
247+
237248- Basic docs for GELF formatter. [Oleg Rekutin]
238249
239250 Also fixes formatting issues with the immediately-preceding HTTP
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.1 .0#egg=beaver
26+ pip install git+git://github.com/python-beaver/python-beaver.git@36.2 .0#egg=beaver
2727
2828From PyPI::
2929
30- pip install beaver==36.1 .0
30+ pip install beaver==36.2 .0
3131
3232Documentation
3333=============
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = '36.1 .0'
2+ __version__ = '36.2 .0'
Original file line number Diff line number Diff line change 1+ python-beaver (36.2.0) stable; urgency=low
2+
3+ * Release version 36.2.0
4+
5+ -- Jose Diaz-Gonzalez <release@josediazgonzalez.com> Tue, 12 Apr 2016 17:18:32 +0000
6+
17python-beaver (36.1.0) stable; urgency=low
28
39 * Release version 36.1.0
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '36.1 .0'
56+ version = '36.2 .0'
5757# The full version, including alpha/beta/rc tags.
58- release = '36.1 .0'
58+ release = '36.2 .0'
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