Skip to content

Commit

Permalink
Bump version: 1.1.2 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezco committed Jul 23, 2019
1 parent 1dcf49f commit f6b89e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $ curl -X GET http://localhost:5000/service-info
"debug": true,
"running-since": 1563355369.6482198,
"serving-model": "model.joblib",
"version-template": "1.1.2"
"version-template": "1.2.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions docsrc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = 'lopezco'

# The short X.Y version
version = '1.1.2'
version = '1.2.0'
# The full version, including alpha/beta/rc tags
release = '1.1.2'
release = '1.2.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion service.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


# Version of this APP template
__version__ = '1.1.2'
__version__ = '1.2.0'
# Read env variables
DEBUG = os.environ.get('DEBUG', True)
MODEL_NAME = os.environ.get('MODEL_NAME', 'model.joblib')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.2
current_version = 1.2.0
commit = True
tag = True

Expand Down

0 comments on commit f6b89e4

Please sign in to comment.