[PATCH] docs: Release v1.1.0

Stephen Finucane stephen.finucane at intel.com
Fri Mar 4 01:55:13 AEDT 2016


This release is now ready. Update the respective references.

Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
 CHANGELOG.md       | 9 ++++++++-
 docs/deployment.md | 4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb8f1fa..cc206cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ### Added
 
+- N/A
+
+## [1.1.0] - 2016-03-03
+
+### Added
+
 - Python 3 support
 - Web UI overhaul
 - Check feature, which can be used to report the status of tests
@@ -67,7 +73,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 **NOTE:** 1.0.0 was the first release of patchwork adopting semantic versioning.
 For information on *"0.9.0"* and before, please refer to Git logs.
 
-[Unreleased]: https://github.com/getpatchwork/patchwork/compare/v1.0.0...HEAD
+[Unreleased]: https://github.com/getpatchwork/patchwork/compare/v1.1.0...HEAD
+[1.1.0]: https://github.com/getpatchwork/patchwork/compare/v1.0.0...v1.1.0
 [1.0.0]: https://github.com/getpatchwork/patchwork/compare/v0.9.0...v1.0.0
 [0.9.0]: https://github.com/getpatchwork/patchwork/compare/c561ebe...v0.9.0
 
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
-- 
2.0.0



More information about the Patchwork mailing list