From ba722bc5528ac9dfaadd6ca35c8c19ab21533060 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Wed, 29 Nov 2017 19:33:29 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.1=20=E2=86=92=201.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 2 +- docs/includes/introduction.txt | 2 +- thorn/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 24c953a..9c8c4a4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.1 +current_version = 1.5.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)? diff --git a/README.rst b/README.rst index 53e55fc..422fd0e 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 1.5.1 +:Version: 1.5.2 :Web: http://thorn.readthedocs.io/ :Download: http://pypi.python.org/pypi/thorn/ :Source: http://github.com/robinhood/thorn/ diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 508debc..73d080e 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 1.5.1 +:Version: 1.5.2 :Web: http://thorn.readthedocs.io/ :Download: http://pypi.python.org/pypi/thorn/ :Source: http://github.com/robinhood/thorn/ diff --git a/thorn/__init__.py b/thorn/__init__.py index 6b512e8..f99e181 100644 --- a/thorn/__init__.py +++ b/thorn/__init__.py @@ -13,7 +13,7 @@ from ._state import buffer_events -__version__ = '1.5.1' +__version__ = '1.5.2' __author__ = 'Robinhood Markets' __contact__ = 'thorn@robinhood.com' __homepage__ = 'http://github.com/robinhood/thorn'