From fe723e7ffbd5e8d9c5c133f8869143b47881df83 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Tue, 30 Jan 2018 19:46:40 -0800 Subject: [PATCH] Bump version to 2.4.0 --- .env | 2 +- hug/_version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 72dcc8de..f0cc11d4 100644 --- a/.env +++ b/.env @@ -11,7 +11,7 @@ fi export PROJECT_NAME=$OPEN_PROJECT_NAME export PROJECT_DIR="$PWD" -export PROJECT_VERSION="2.3.2" +export PROJECT_VERSION="2.4.0" if [ ! -d "venv" ]; then if ! hash pyvenv 2>/dev/null; then diff --git a/hug/_version.py b/hug/_version.py index 3c902574..d8f3660c 100644 --- a/hug/_version.py +++ b/hug/_version.py @@ -21,4 +21,4 @@ """ from __future__ import absolute_import -current = "2.3.2" +current = "2.4.0" diff --git a/setup.py b/setup.py index 94928900..018866aa 100755 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def list_modules(dirname): readme = '' setup(name='hug', - version='2.3.2', + version='2.4.0', description='A Python framework that makes developing APIs as simple as possible, but no simpler.', long_description=readme, author='Timothy Crosley',