From d676cd606e0ae07d018b1f97a5494b3757dedf11 Mon Sep 17 00:00:00 2001
From: Sam Yates <sam@quux.dropbear.id.au>
Date: Tue, 31 Mar 2020 23:25:50 +0200
Subject: [PATCH] Update VERSION and README.md for 0.3 release. (#995)

---
 README.md | 6 ++++--
 VERSION   | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3ddc0585..0ce4fc7d 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,13 @@ An installation guide and library documentation are available online at [Read th
 
 ### Citing Arbor
 
-It is possible to cite specific versions of Arbor used to run a simulation via Zenodo:
+The Arbor software can be cited via Zenodo: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1459678.svg)](https://doi.org/10.5281/zenodo.1459678).
+
+Previous versions of Arbor can be cited specifically:
 * Version 0.2: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2583709.svg)](https://doi.org/10.5281/zenodo.2583709)
 * Version 0.1: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1459679.svg)](https://doi.org/10.5281/zenodo.1459679)
 
-The following BibTeX can be used to cite Arbor:
+The following BibTeX entry can be used to cite Arbor:
 
 ```
 @INPROCEEDINGS{
diff --git a/VERSION b/VERSION
index 6b2eab2e..be586341 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.3-dev
+0.3
-- 
GitLab