From 8aa12ed2798aad5190be4e9a9fd307e7afbd3fb8 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Thu, 24 Apr 2014 19:40:02 +0200 Subject: [PATCH] 0.7.4 release --- RELEASE-NOTES.md | 4 ++-- WikibaseDataModel.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 311d02f5..5b70cce4 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,6 @@ # Wikibase DataModel release notes -## Version 0.7.4 (dev) +## Version 0.7.4 (2014-04-24) #### Additions @@ -35,7 +35,7 @@ * `Entity::clear` (to be removed in 1.0) * `Entity::isEmpty` (to be removed in 1.0) * `Entity::stub` (to be removed in 1.0) -* `Fingerprint::getAliases (in favour of `Fingerprint::getAliasGroups`) +* `Fingerprint::getAliases` (in favour of `Fingerprint::getAliasGroups`) #### Removals diff --git a/WikibaseDataModel.php b/WikibaseDataModel.php index b476542a..6a7432fc 100644 --- a/WikibaseDataModel.php +++ b/WikibaseDataModel.php @@ -12,7 +12,7 @@ return 1; } -define( 'WIKIBASE_DATAMODEL_VERSION', '0.7.4 alpha' ); +define( 'WIKIBASE_DATAMODEL_VERSION', '0.7.4' ); // Temporary global to migrate away from DataValueFactory::singleton. // It should not be used outside this component and should not be used