Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 7aa3c64

Browse files
committed
Bumping version numbers for hotfix 0.15.2
1 parent 4e2ddee commit 7aa3c64

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2016-03-17 v0.15.2
2+
3+
* Summary: Hotfix to fix logging behavior when input file is not present.
4+
5+
* Fixing check for input file in redi.py. Now log the file's location only if it's there. (Nicholas Rejack)
6+
* Update README.md (Nicholas Rejack)
7+
18
2016-03-17 v0.15.1
29

310
* Summary: RED-I now accepts a file as input from the command line, using -f FILENAME.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '0.15.1'
64+
version = '0.15.2'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '0.15.1'
66+
release = '0.15.2'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='redi',
21-
version='0.15.1',
21+
version='0.15.2',
2222
author='https://www.ctsi.ufl.edu/research/study-development/informatics-consulting/',
2323
author_email='[email protected]',
2424
packages=find_packages(exclude=['test']),

0 commit comments

Comments
 (0)