Skip to content

Commit

Permalink
Merge pull request #141 from octue/release/0.1.15
Browse files Browse the repository at this point in the history
Release/0.1.15
  • Loading branch information
cortadocodes committed Apr 26, 2021
2 parents c19afd1 + b00c5a0 commit 258f568
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/deploying_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Automated deployment with Octue means:

All you need to enable automated deployments are the following files in your repository root:

* A ``requirements.txt`` file that includes ``octue>=0.0.15`` and the rest of your service's dependencies
* A ``requirements.txt`` file that includes ``octue>=0.1.15`` and the rest of your service's dependencies
* A ``twine.json`` file
* A ``deployment_configuration.json`` file (optional)

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
octue==0.0.15
octue==0.1.15
Original file line number Diff line number Diff line change
@@ -1 +1 @@
octue==0.0.15
octue==0.1.15
Original file line number Diff line number Diff line change
@@ -1 +1 @@
octue==0.0.15
octue==0.1.15
2 changes: 1 addition & 1 deletion octue/templates/template-python-fractal/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
octue==0.0.15
octue==0.1.15


# ----------- Some common libraries -----------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion octue/templates/template-using-manifests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
octue==0.0.15
octue==0.1.15


# ----------- Some common libraries -----------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="octue",
version="0.0.15", # Ensure all requirements files containing octue are updated, too (e.g. docs build).
version="0.1.15", # Ensure all requirements files containing octue are updated, too (e.g. docs build).
py_modules=["cli"],
install_requires=[
"click>=7.1.2",
Expand Down

0 comments on commit 258f568

Please sign in to comment.