commit 3a9f05e01f1abe8315d25c780b3aab72376412f5 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Jan 15 23:07:02 2020 +0100
Prepare for 1.14.0 release. --- CHANGELOG.md | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 028755f..898338c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changes in version 1.1?.? - 2019-1?-?? +# Changes in version 1.14.0 - 2020-01-15
* Medium changes - Give up on periodically checking the configuration file for diff --git a/build.xml b/build.xml index 312244f..5293d41 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.13.1-dev" /> + <property name="release.version" value="1.14.0" /> <property name="project-main-class" value="org.torproject.metrics.collector.Main" /> <property name="name" value="collector"/> <property name="metricslibversion" value="2.10.0" />
tor-commits@lists.torproject.org