Skip to content

Commit be6cc3c

Browse files
committed
docs: Release v1.1.0
This release is now ready. Update the respective references. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 683841a commit be6cc3c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
- N/A
13+
14+
## [1.1.0] - 2016-03-03
15+
16+
### Added
17+
1218
- Python 3 support
1319
- Web UI overhaul
1420
- 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/).
6773
**NOTE:** 1.0.0 was the first release of patchwork adopting semantic versioning.
6874
For information on *"0.9.0"* and before, please refer to Git logs.
6975

70-
[Unreleased]: https://github.com/getpatchwork/patchwork/compare/v1.0.0...HEAD
76+
[Unreleased]: https://github.com/getpatchwork/patchwork/compare/v1.1.0...HEAD
77+
[1.1.0]: https://github.com/getpatchwork/patchwork/compare/v1.0.0...v1.1.0
7178
[1.0.0]: https://github.com/getpatchwork/patchwork/compare/v0.9.0...v1.0.0
7279
[0.9.0]: https://github.com/getpatchwork/patchwork/compare/c561ebe...v0.9.0
7380

docs/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ The first requirement is patchwork itself. It can be downloaded like so:
115115

116116
We will install this under `/opt`, though this is only a suggestion:
117117

118-
$ tar -xvzf v1.0.0.tar.gz
119-
$ sudo mv v1.0.0 /opt/patchwork
118+
$ tar -xvzf v1.1.0.tar.gz
119+
$ sudo mv v1.1.0 /opt/patchwork
120120

121121
**NOTE:** Per the [Django documentation][ref-django-files], source code should
122122
not be placed in your web server's document root as this risks the possibility

0 commit comments

Comments
 (0)