We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca240ba commit 2e6ece5Copy full SHA for 2e6ece5
RELEASE-NOTES.md
@@ -1,5 +1,9 @@
1
# Wikibase DataModel release notes
2
3
+## Version 9.1.0 (2019-01-24)
4
+
5
+* Raised minimum PHP version to 7.0 or HHVM
6
7
## Version 9.0.1 (2018-11-09)
8
9
* `Item` and `Property` now implement `ClearableEntity` again
composer.json
@@ -49,7 +49,7 @@
49
},
50
"extra": {
51
"branch-alias": {
52
- "dev-master": "9.0.x-dev"
+ "dev-master": "9.1.x-dev"
53
}
54
55
"scripts": {
0 commit comments