From 278460e670cedd3d26914d5b5b49600ff24e87d9 Mon Sep 17 00:00:00 2001 From: "Michael A. Gonzalez" Date: Mon, 13 Aug 2018 12:45:05 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.2=20=E2=86=92=200.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.rst | 7 +++++++ setup.cfg | 2 +- user_activities/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f766ba79..d654fdb4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -68,3 +68,10 @@ History `Full Changelog `_ * Updated setup.py to read requirments.txt + +0.5.3 (2018-08-13) +++++++++++++++++++ + +`Full Changelog `_ + +* Updated 3rd party requirements. Some requirements had changed so it was causing failures diff --git a/setup.cfg b/setup.cfg index 1e1361fa..49057470 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.5.3 commit = True tag = True diff --git a/user_activities/__init__.py b/user_activities/__init__.py index 45869b62..ed7d50e7 100644 --- a/user_activities/__init__.py +++ b/user_activities/__init__.py @@ -1 +1 @@ -__version__ = '0.5.2' +__version__ = '0.5.3'