File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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.
6874For 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
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ The first requirement is patchwork itself. It can be downloaded like so:
115115
116116We 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
122122not be placed in your web server's document root as this risks the possibility
You can’t perform that action at this time.
0 commit comments