From c062f0881f01a9abc8efd5b204d8401d4aab8094 Mon Sep 17 00:00:00 2001 From: PatrickAlphaVantage Date: Fri, 8 Nov 2019 12:58:00 -0500 Subject: [PATCH] prep for 2.1.2 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c3eaaf7..51fa804 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = u'2.1.1' +version = u'2.1.2' # The full version, including alpha/beta/rc tags. -release = u'2.1.1' +release = u'2.1.2' # 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 b835741..0587528 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='alpha_vantage', - version='2.1.1', + version='2.1.2', author='Romel J. Torres', author_email='romel.torres@gmail.com', license='MIT',