From c73b08438d22219008ef61c26398f981523cfd9b Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 8 Apr 2015 15:49:37 -0400 Subject: [PATCH] Release version 33.3.0 --- CHANGES.rst | 17 +++++++++++++++++ README.rst | 4 ++-- beaver/__init__.py | 2 +- docs/conf.py | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c2ba13be..4ae7f779 100644 --- a/CHANGES.rst +++ b/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) ------------------- diff --git a/README.rst b/README.rst index 32166622..97681f41 100644 --- a/README.rst +++ b/README.rst @@ -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 ============= diff --git a/beaver/__init__.py b/beaver/__init__.py index b868375a..d4960332 100644 --- a/beaver/__init__.py +++ b/beaver/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '33.2.0' +__version__ = '33.3.0' diff --git a/docs/conf.py b/docs/conf.py index 47c3c53a..e2a79fc9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.