Skip to content

Commit cfd3f9e

Browse files
committed
Release 5.0.0-dev branch as 4.2.0
1 parent 1904e72 commit cfd3f9e

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

README.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,29 @@ Changelog
5858

5959
Version numbers use the `semver <http://semver.org/>`_ specification.
6060

61-
Version 4.x.x
61+
Version 4.2.x
62+
^^^^^^^^^^^^^
63+
64+
* Added ``events()`` and ``send_events()`` methods to the client
65+
* Added ``clear_queue()`` method to the queued client
66+
* Add ``--timeout`` option for TCP based transports
67+
68+
Version 4.1.x
6269
^^^^^^^^^^^^^
6370

6471
* Full Riemann protocol support (TLS transport, event attributes)
6572
* Fixes for multiple broken features (``--tags``, ``--print``)
6673
* Raise errors when clients are used incorrectly
6774
* Client displays errors from Riemann nicely
6875
* Relaxed version requirements to fit CentOS 6 packages
76+
77+
Version 4.0.x
78+
^^^^^^^^^^^^^
79+
6980
* ~~Added Makefile and specfile for building RPMs with rpmbuild~~
7081
* ~~Added Makefile to build RPMs with `fpm <https://github.com/jordansissel/fpm>`_~~
7182

72-
Version 3.0.0
83+
Version 3.0.x
7384
^^^^^^^^^^^^^
7485

7586
* Renamed module from ``riemann`` to ``riemann_client``

riemann_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""A Python Riemann client and command line tool"""
22

3-
__version__ = '5.0.0-dev'
3+
__version__ = '4.2.0'
44
__author__ = 'Sam Clements <sam.clements@datasift.com>'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name='riemann-client',
7-
version='5.0.0-dev',
7+
version='4.2.0',
88

99
author="Sam Clements",
1010
author_email="sam.clements@datasift.com",

0 commit comments

Comments
 (0)