Skip to content

Commit

Permalink
Release version 33.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Apr 8, 2015
1 parent 3c7d7f7 commit c73b084
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,23 @@
Changelog
=========

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

- Basic docs for GELF formatter. [Oleg Rekutin]

Also fixes formatting issues with the immediately-preceding HTTP
transport example section.


- Adds a GELF formatter. [Oleg Rekutin]

short_message is truncated to 250 characters and only the first line is
retained. Pair with the HTTP POST output to write directly to graylog2.


- Issue #305, accept any 2xx code for http_transport. [Oleg Rekutin]

33.2.0 (2015-03-11)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -19,11 +19,11 @@ Using PIP:

From Github::

pip install git+git://github.com/josegonzalez/python-beaver.git@33.2.0#egg=beaver
pip install git+git://github.com/josegonzalez/python-beaver.git@33.3.0#egg=beaver

From PyPI::

pip install beaver==33.2.0
pip install beaver==33.3.0

Documentation
=============
Expand Down
2 changes: 1 addition & 1 deletion beaver/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '33.2.0'
__version__ = '33.3.0'
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '33.2.0'
version = '33.3.0'
# The full version, including alpha/beta/rc tags.
release = '33.2.0'
release = '33.3.0'

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

0 comments on commit c73b084

Please sign in to comment.