diff options
author | Stephen Finucane <stephen.finucane@intel.com> | 2016-03-03 14:54:29 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-03-03 14:54:29 +0000 |
commit | be6cc3c2dbb58fada64569014aa3528b7886be4f (patch) | |
tree | 17ed7f6a69f3f41855ae4068ade3fbbd748b4e19 /docs | |
parent | 683841a87a8d26b7ece739713138f85341759554 (diff) | |
download | patchwork-be6cc3c2dbb58fada64569014aa3528b7886be4f.tar patchwork-be6cc3c2dbb58fada64569014aa3528b7886be4f.tar.gz |
docs: Release v1.1.0
This release is now ready. Update the respective references.
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/deployment.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/deployment.md b/docs/deployment.md index aae8a46..f53d27f 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -115,8 +115,8 @@ The first requirement is patchwork itself. It can be downloaded like so: We will install this under `/opt`, though this is only a suggestion: - $ tar -xvzf v1.0.0.tar.gz - $ sudo mv v1.0.0 /opt/patchwork + $ tar -xvzf v1.1.0.tar.gz + $ sudo mv v1.1.0 /opt/patchwork **NOTE:** Per the [Django documentation][ref-django-files], source code should not be placed in your web server's document root as this risks the possibility |