Skip to content

Commit

Permalink
More badges and getting ready for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazest committed Dec 14, 2013
1 parent fc6e8f5 commit 9aae8de
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -0,0 +1,6 @@
Changes
=======

1.0.2
-----
* Producer and consumer process creation and start is fixed.
9 changes: 9 additions & 0 deletions README.rst
Expand Up @@ -12,5 +12,14 @@ Poultry
:target: https://requires.io/github/dimazest/poultry/requirements/?branch=master
:alt: Requirements Status

.. image:: https://pypip.in/v/poultry/badge.png
:target: https://crate.io/packages/poultry/
:alt: Latest PyPI version

.. image:: https://pypip.in/d/poultry/badge.png
:target: https://crate.io/packages/poultry/
:alt: Number of PyPI downloads


:documentation: http://poultry.readthedocs.org
:homepage: https://github.com/dimazest/poultry
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -48,7 +48,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@ def run_tests(self):

setup(
name='poultry',
version='1.0.1',
version='1.0.2',
description='A tweet collection manager.',
long_description=long_description,
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 9aae8de

Please sign in to comment.