From 618f590f351abf03a4670c8303a71a538c3be630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 21 Apr 2017 16:24:46 +0200 Subject: [PATCH] Bumped version to 1.1.6 --- bam/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bam/__init__.py b/bam/__init__.py index bb1afba..53fdb4f 100644 --- a/bam/__init__.py +++ b/bam/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '1.1.5' +__version__ = '1.1.6' if __name__ == '__main__': from .cli import main diff --git a/doc/source/conf.py b/doc/source/conf.py index c34b7cc..2fb3b13 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -62,7 +62,7 @@ copyright = u'2014, Blender Institute' # The short X.Y version. version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.1.5' +release = '1.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 0b04c5a..3278d0a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ requires = ['requests>=2.4'] setup( name='blender-bam', - version='1.1.5', + version='1.1.6', url='http://developer.blender.org/project/view/55', download_url='https://pypi.python.org/pypi/blender-bam', license='GPLv2+',