Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
release: Version 0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Dec 12, 2019
1 parent dcd883d commit 89ada4f
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 20 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.1] - 2019-12-12
### Added
- Integration tests using the command line interface.
### Changed
Expand Down
2 changes: 1 addition & 1 deletion config/yaml/dffml_config_yaml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.3"
VERSION = "0.0.4"
2 changes: 1 addition & 1 deletion config/yaml/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR_EMAIL = "[email protected]"
# Install dffml if it is not installed in development mode
INSTALL_REQUIRES = [] + (
["dffml>=0.3.0"]
["dffml>=0.3.1"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion dffml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
Version of DFFML
"""
VERSION = "0.3.0"
VERSION = "0.3.1"
2 changes: 1 addition & 1 deletion examples/maintained/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
packages=find_packages(),
install_requires=[
"aiomysql>=0.0.20",
# 'dffml>=0.2.0',
# 'dffml>=0.3.1',
],
entry_points={"dffml.source": ["demoapp = demoapp.source:DemoAppSource"]},
)
2 changes: 1 addition & 1 deletion examples/shouldi/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR_EMAIL = "[email protected]"
# Install dffml if it is not installed in development mode
INSTALL_REQUIRES = [] + (
["dffml>=0.3.0"]
["dffml>=0.3.1"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion examples/shouldi/shouldi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.2"
VERSION = "0.0.3"
2 changes: 1 addition & 1 deletion feature/auth/dffml_feature_auth/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.2"
VERSION = "0.0.3"
2 changes: 1 addition & 1 deletion feature/auth/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
readme = f.read()

INSTALL_REQUIRES = [] + (
["dffml>=0.3.0"]
["dffml>=0.3.1"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion feature/git/dffml_feature_git/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.1"
VERSION = "0.2.2"
2 changes: 1 addition & 1 deletion feature/git/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
readme = f.read()

INSTALL_REQUIRES = ["python-dateutil>=2.7.3"] + (
["dffml>=0.3.0"]
["dffml>=0.3.1"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion model/scikit/dffml_model_scikit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.2"
VERSION = "0.0.3"
2 changes: 1 addition & 1 deletion model/scikit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"joblib>=0.13.2",
"pandas>=0.25.0",
] + (
["dffml>=0.3.0"]
["dffml>=0.3.1"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion model/scratch/dffml_model_scratch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.2"
VERSION = "0.0.3"
2 changes: 1 addition & 1 deletion model/scratch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
readme = f.read()

INSTALL_REQUIRES = ["numpy>=1.16.4"] + (
["dffml>=0.3.0"]
["dffml>=0.3.1"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion model/tensorflow/dffml_model_tensorflow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.1"
VERSION = "0.2.2"
2 changes: 1 addition & 1 deletion model/tensorflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
readme = f.read()

INSTALL_REQUIRES = ["tensorflow>=1.13.1,<2.0.0"] + (
["dffml>=0.3.0"]
["dffml>=0.3.1"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion service/http/dffml_service_http/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.4"
VERSION = "0.0.5"
2 changes: 1 addition & 1 deletion service/http/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AUTHOR_EMAIL = "[email protected]"
# Install dffml if it is not installed in development mode
INSTALL_REQUIRES = ["aiohttp>=3.5.4", "aiohttp_cors>=0.7.0"] + (
["dffml>=0.3.0"]
["dffml>=0.3.1"]
if not any(
list(
map(
Expand Down
2 changes: 1 addition & 1 deletion source/mysql/dffml_source_mysql/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.3"
VERSION = "0.0.4"
2 changes: 1 addition & 1 deletion source/mysql/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR_EMAIL = "[email protected]"
# Install dffml if it is not installed in development mode
INSTALL_REQUIRES = [] + (
["dffml>=0.3.0"]
["dffml>=0.3.1"]
if not any(
list(
map(
Expand Down

0 comments on commit 89ada4f

Please sign in to comment.