Skip to content

Commit

Permalink
docs: Release v1.1.0
Browse files Browse the repository at this point in the history
This release is now ready. Update the respective references.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Mar 3, 2016
1 parent 683841a commit be6cc3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

4 changes: 2 additions & 2 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be6cc3c

Please sign in to comment.