From 0d5d604bf856499dce07aa38abd74200aa661c4d Mon Sep 17 00:00:00 2001 From: addshore Date: Tue, 11 Feb 2014 13:28:30 +0100 Subject: [PATCH] Bump version to 0.2 and update release notes --- README.md | 7 +++++++ Time.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c14e261..13d9a52 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ DataValues Time has been written by the Wikidata team, as [Wikimedia Germany] ## Release notes +### 0.2 (2014-02-11) + +Added features: + +* TimeParser +* CalenderModelParser + ### 0.1 (2013-11-17) Initial release with these features: diff --git a/Time.php b/Time.php index aeb4011..21a009c 100644 --- a/Time.php +++ b/Time.php @@ -15,7 +15,7 @@ return 1; } -define( 'DATAVALUES_TIME_VERSION', '0.1' ); +define( 'DATAVALUES_TIME_VERSION', '0.2' ); if ( defined( 'MEDIAWIKI' ) ) { $GLOBALS['wgExtensionCredits']['datavalues'][] = array(