commit 52236731f8a19f33aaf0768775e0809cb9e77977 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun May 17 09:48:51 2020 +0200
Bump version to 1.15.2-dev. --- CHANGELOG.md | 3 +++ build.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db8dea..f1dc8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Changes in version 1.??.? - 2020-??-?? + + # Changes in version 1.15.2 - 2020-05-17
* Medium changes diff --git a/build.xml b/build.xml index d2a8aad..6bf561a 100644 --- a/build.xml +++ b/build.xml @@ -9,7 +9,7 @@
<property name="javadoc-title" value="CollecTor API Documentation"/> <property name="implementation-title" value="CollecTor" /> - <property name="release.version" value="1.15.2" /> + <property name="release.version" value="1.15.2-dev" /> <property name="project-main-class" value="org.torproject.metrics.collector.Main" /> <property name="name" value="collector"/> <property name="metricslibversion" value="2.13.0" />