Skip to content

Commit

Permalink
Bump version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Mar 12, 2014
1 parent 7264387 commit 4e00354
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
*/

if ( defined( 'DataValuesCommon_VERSION' ) ) {
// Do not initialize more then once.
// Do not initialize more than once.
return 1;
}

define( 'DATAVALUES_COMMON_VERSION', '0.2' );
define( 'DATAVALUES_COMMON_VERSION', '0.2.1' );

/**
* @deprecated
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ DataValues Common has been written by the Wikidata team, as [Wikimedia Germany]

## Release notes

### 0.2.1 (2014-03-12)

* Minor code cleanup
* Improved PHPUnit bootstrap

### 0.2 (2013-12-16)

* Added FloatParser (moved from data-values/number)
Expand Down

0 comments on commit 4e00354

Please sign in to comment.