Skip to content

Commit bbe3595

Browse files
author
Sam Clements
committed
Updated documentation in preparation for release
1 parent 14b6eaa commit bbe3595

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ As a library::
3131
Installation
3232
------------
3333

34-
``riemann-client`` requires Python 2.6 or 2.7, and can be installed with ``pip install riemann-client``. Python 3 is not supported due to the dependency on the Google `protobuf <https://pypi.python.org/pypi/protobuf>`_ package.
34+
``riemann-client`` requires Python 2.6 or 2.7, and can be installed with ``pip install riemann-client``. Python 3 is not supported due to the dependency on the Google `protobuf <https://pypi.python.org/pypi/protobuf>`_ package. RPMs can be built using `rpmbuild` - run `make` to build an RPM and copy it to `dist/`.
3535

3636
Requirements
3737
^^^^^^^^^^^^
@@ -44,6 +44,12 @@ Changelog
4444

4545
Version numbers use the `semver <http://semver.org/>`_ specification. A new major version indicates breaking changes.
4646

47+
Version 3.1.0
48+
^^^^^^^^^^^^^
49+
50+
* Relaxed version requirements to fit CentOS 6 packages
51+
* Added Makefile and specfile for building RPMs with rpmbuild
52+
4753
Version 3.0.0
4854
^^^^^^^^^^^^^
4955

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__ = '3.0.3'
3+
__version__ = '3.1.0-dev'
44
__author__ = 'Sam Clements <sam.clements@datasift.com>'

setup.py

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

1111
setuptools.setup(
1212
name='riemann-client',
13-
version='3.0.3',
13+
version='3.1.0-dev',
1414

1515
author="Sam Clements",
1616
author_email="sam.clements@datasift.com",

0 commit comments

Comments
 (0)