Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Release version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Giesler committed Feb 9, 2015
1 parent 3c2e2fc commit 5823b94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.7'
release = '0.1.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion go_contacts/__init__.py
@@ -1,5 +1,5 @@
"""A contacts and groups API for Vumi Go."""

__version__ = "0.1.7"
__version__ = "0.1.8"

__all__ = []
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="go-contacts",
version="0.1.7",
version="0.1.8",
url='http://github.com/praekelt/go-contacts-api',
license='BSD',
description="A contacts and groups API for Vumi Go",
Expand Down
2 changes: 1 addition & 1 deletion verified-fake/setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="fake-go-contacts",
version="0.1.7",
version="0.1.8",
url='http://github.com/praekelt/go-contacts-api',
license='BSD',
description="A verified fake implementation of go-contacts for testing.",
Expand Down

0 comments on commit 5823b94

Please sign in to comment.