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/).
9
9
10
10
### Added
11
11
12
+ - N/A
13
+
14
+ ## [ 1.1.0] - 2016-03-03
15
+
16
+ ### Added
17
+
12
18
- Python 3 support
13
19
- Web UI overhaul
14
20
- 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/).
67
73
** NOTE:** 1.0.0 was the first release of patchwork adopting semantic versioning.
68
74
For information on * "0.9.0"* and before, please refer to Git logs.
69
75
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
71
78
[ 1.0.0 ] : https://github.com/getpatchwork/patchwork/compare/v0.9.0...v1.0.0
72
79
[ 0.9.0 ] : https://github.com/getpatchwork/patchwork/compare/c561ebe...v0.9.0
73
80
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:
115
115
116
116
We will install this under ` /opt ` , though this is only a suggestion:
117
117
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
120
120
121
121
** NOTE:** Per the [ Django documentation] [ ref-django-files ] , source code should
122
122
not 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