Skip to content

Commit

Permalink
0.1.4 for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Giese committed Mar 31, 2017
1 parent c0f439f commit d16ca7b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PyANCP

## 0.1.3
## 0.1.4

Initial implementation of PyANCP client library.
13 changes: 11 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
######
.. image:: https://travis-ci.org/GIC-de/PyANCP.svg?branch=master
:target: https://travis-ci.org/GIC-de/PyANCP
.. image:: https://coveralls.io/repos/github/GIC-de/PyANCP/badge.svg?branch=master
:target: https://coveralls.io/github/GIC-de/PyANCP?branch=master
.. image:: https://readthedocs.org/projects/pyancp/badge/?version=latest
:target: http://pyancp.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status


PyANCP
######
======

Python ANCP (RFC 6320) client and library.
PyANCP requires Python 2.7 or later, or Python 3.2 or later.
Expand All @@ -11,6 +19,7 @@ ANCP Library Example
--------------------

.. code-block:: python
from ancp.client import Client
from ancp.subscriber import Subscriber
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from setuptools import setup, find_packages

version = '0.1.3'
version = '0.1.4'

setup(name='PyANCP',
version=version,
Expand Down

0 comments on commit d16ca7b

Please sign in to comment.