Skip to content

Commit 4801e1d

Browse files
Bump version to 2.4.6
1 parent 0de84f6 commit 4801e1d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.4.5
2+
current_version = 2.4.6
33

44
[bumpversion:file:.env]
55

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
export PROJECT_NAME=$OPEN_PROJECT_NAME
1313
export PROJECT_DIR="$PWD"
14-
export PROJECT_VERSION="2.4.5"
14+
export PROJECT_VERSION="2.4.6"
1515

1616
if [ ! -d "venv" ]; then
1717
if ! hash pyvenv 2>/dev/null; then

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Ideally, within a virtual environment.
1313
Changelog
1414
=========
1515

16-
### 2.4.5 - March 25, 2019
16+
### 2.4.6 - March 25, 2019
1717
- Fixed issue #753 - 404 not found does not respect default output format.
1818
- Documented the `--without-cython` option in `CONTRIBUTING.md`
1919
- Extended documentation for output formats

hug/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"""
2222
from __future__ import absolute_import
2323

24-
current = "2.4.5"
24+
current = "2.4.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def list_modules(dirname):
7575

7676
setup(
7777
name='hug',
78-
version='2.4.5',
78+
version='2.4.6',
7979
description='A Python framework that makes developing APIs '
8080
'as simple as possible, but no simpler.',
8181
long_description=long_description,

0 commit comments

Comments
 (0)