Skip to content

Commit

Permalink
Merge pull request #151 from wmde/rel15
Browse files Browse the repository at this point in the history
1.5.0 release
  • Loading branch information
Benestar committed Jul 1, 2015
2 parents e828029 + 53259a1 commit 3a1bf97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ The recommended way to use this library is via [Composer](http://getcomposer.org
To add this package as a local, per-project dependency to your project, simply add a
dependency on `wikibase/data-model-serialization` to your project's `composer.json` file.
Here is a minimal example of a `composer.json` file that just defines a dependency on
version 1.4 of this package:
version 1.5 of this package:

```json
{
"require": {
"wikibase/data-model-serialization": "~1.4"
"wikibase/data-model-serialization": "~1.5"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wikibase DataModel Serialization release notes

## 1.5.0 (dev)
## 1.5.0 (2015-07-01)

* Added `newTermSerializer` to `SerializerFactory`
* Added `newTermListSerializer` to `SerializerFactory`
Expand Down
2 changes: 1 addition & 1 deletion mediawiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$GLOBALS['wgExtensionCredits']['wikibase']['WikibaseDataModelSerialization'] = array(
'path' => __DIR__,
'name' => 'Wikibase DataModel Serialization',
'version' => '1.5.0 alpha',
'version' => '1.5.0',
'author' => array(
'[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
),
Expand Down

0 comments on commit 3a1bf97

Please sign in to comment.