Skip to content

Commit

Permalink
Release version 36.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Apr 12, 2016
1 parent 0198c6c commit dc69853
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
15 changes: 13 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changelog
=========

36.1.0 (2016-02-14)
36.2.0 (2016-04-12)
-------------------

- Replaced Mosquitto library with Paho-mqtt for mqtt transport. [Justin van Heerde]
- Replaced Mosquitto with Paho-mqtt for mqtt transport. [Justin van
Heerde]

- Add log file rotate in limit size. [soarpenguin]

- Fix README.rst docs link. [Andrew Grigorev]

36.0.1 (2016-01-13)
-------------------

- Fix README.rst formatting for rst-lint. [Jose Diaz-Gonzalez]

Expand Down Expand Up @@ -234,6 +242,9 @@ Changelog

See at #312

33.3.0 (2015-04-08)
-------------------

- Basic docs for GELF formatter. [Oleg Rekutin]

Also fixes formatting issues with the immediately-preceding HTTP
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Using PIP:

From Github::

pip install git+git://github.com/python-beaver/python-beaver.git@36.1.0#egg=beaver
pip install git+git://github.com/python-beaver/python-beaver.git@36.2.0#egg=beaver

From PyPI::

pip install beaver==36.1.0
pip install beaver==36.2.0

Documentation
=============
Expand Down
2 changes: 1 addition & 1 deletion beaver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '36.1.0'
__version__ = '36.2.0'
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python-beaver (36.2.0) stable; urgency=low

* Release version 36.2.0

-- Jose Diaz-Gonzalez <release@josediazgonzalez.com> Tue, 12 Apr 2016 17:18:32 +0000

python-beaver (36.1.0) stable; urgency=low

* Release version 36.1.0
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '36.1.0'
version = '36.2.0'
# The full version, including alpha/beta/rc tags.
release = '36.1.0'
release = '36.2.0'

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

0 comments on commit dc69853

Please sign in to comment.