Skip to content

Commit

Permalink
Release 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde committed Oct 23, 2017
1 parent ccf7770 commit a3f3d14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Wikibase DataModel release notes

## Version 7.2.0 (2017-10-23)

* Performance optimizations on methods critical for dump generation:
* `DispatchingEntityIdParser::parse`
* `SnakList::orderByProperty`

## Version 7.1.0 (2017-09-01)

* Changed `EntityIdValue::getArrayValue` to allow it handle foreign entity IDs and entity IDs that
Expand Down
2 changes: 1 addition & 1 deletion WikibaseDataModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
return;
}

define( 'WIKIBASE_DATAMODEL_VERSION', '7.1.0' );
define( 'WIKIBASE_DATAMODEL_VERSION', '7.2.0' );
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "7.1.x-dev"
"dev-master": "7.2.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit a3f3d14

Please sign in to comment.