From 9f2295a989ef37cae5504be2125f22b89cda9475 Mon Sep 17 00:00:00 2001 From: mtoshi Date: Tue, 21 Apr 2015 08:28:30 +0900 Subject: [PATCH] Ver 0.1.6 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8507f44..935e074 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = '0.1.5' +version = '0.1.6' # The full version, including alpha/beta/rc tags. -release = '0.1.5' +release = '0.1.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index fc9827d..6ff355d 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def run_tests(self): setup( name="rancidcmd", - version="0.1.5", + version="0.1.6", description='RANCID Command Wrapper.', long_description=README, author='Toshikatsu Murakoshi',