Skip to content

Commit

Permalink
Bump to version 4.1.1 (due to some incompatibilities between joblib
Browse files Browse the repository at this point in the history
and newer versions of sklearn)
  • Loading branch information
nanounanue committed Jul 9, 2020
1 parent caf7750 commit 35db4ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/sources/dirtyduck/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ implementation are prone to error, given their multi-dimensional,
multi-entity, time-series structure.

!!! info Triage version
This tutorial is in sync with the latest version of `triage`. At this moment [v4.1.0](https://github.com/dssg/triage/releases/tag/v4.1.0).
This tutorial is in sync with the latest version of `triage`. At this moment [v4.1.1](https://github.com/dssg/triage/releases/tag/v4.1.1).

!!! info "How you can help to improve this tutorial"

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.1.0
current_version = 4.1.1
commit = True
tag = True

Expand All @@ -20,4 +20,3 @@ exclude = docs
[pycodestyle]
max-line-length = 88
statistics = True

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def stream_requirements(fd):

setup(
name='triage',
version='4.1.0',
version='4.1.1',
description="Risk modeling and prediction",
long_description=README_PATH.read_text(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/tests/results_tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class Meta:
start_time = factory.fuzzy.FuzzyNaiveDateTime(datetime(2008, 1, 1))
start_method = "run"
git_hash = "abcd"
triage_version = "4.1.0"
triage_version = "4.1.1"
python_version = '3.6.2 (default, May 28 2020, 13:23:43) \n[GCC 9.3.0]'
platform = "Linux!!!"
os_user = "dsapp"
Expand Down
2 changes: 1 addition & 1 deletion src/triage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Center for Data Science and Public Policy"""
__email__ = "[email protected]"
__version__ = '4.1.0' # do not change to double-quotes, it will screw up bumpversion
__version__ = '4.1.1' # do not change to double-quotes, it will screw up bumpversion


from .util.db import create_engine
Expand Down

0 comments on commit 35db4ef

Please sign in to comment.