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.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Giesler committed Mar 10, 2015
1 parent cd9b78f commit c4faa9c
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.9a'
release = '0.1.9'

# 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.9a"
__version__ = "0.1.9"

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

setup(
name="go-contacts",
version="0.1.9a",
version="0.1.9",
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.9a",
version="0.1.9",
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 c4faa9c

Please sign in to comment.