commit 9b293ee35f4d457dce4f7775e19401c22d51606c Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Apr 30 22:25:57 2020 +0200
Bump version to 1.15.1-dev. --- CHANGELOG.md | 3 +++ build.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ca280..8ebda3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Changes in version 1.??.? - 2020-??-?? + + # Changes in version 1.15.1 - 2020-04-30
* Medium changes diff --git a/build.xml b/build.xml index 45b1b3d..38022fc 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.1" /> + <property name="release.version" value="1.15.1-dev" /> <property name="project-main-class" value="org.torproject.metrics.collector.Main" /> <property name="name" value="collector"/> <property name="metricslibversion" value="2.12.2" />
tor-commits@lists.torproject.org