commit d4581513c4ca31a007df243c10e697600d2b99e6 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sat Nov 9 21:43:49 2019 +0100
Prepare for 1.3.0 release. --- CHANGELOG.md | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a4ed0..5cccaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changes in version 1.3.0 - 2018-??-?? +# Changes in version 1.3.0 - 2019-11-09
* Medium changes - Start downloading and processing votes. diff --git a/build.xml b/build.xml index 3efe4bc..e08a44a 100644 --- a/build.xml +++ b/build.xml @@ -9,7 +9,7 @@
<property name="javadoc-title" value="MetricsWeb API Documentation"/> <property name="implementation-title" value="metrics-web" /> - <property name="release.version" value="1.2.0-dev" /> + <property name="release.version" value="1.3.0" /> <property name="metricslibversion" value="2.9.1" /> <property name="exoneratorversion" value="4.2.0" /> <property name="jetty.version" value="-9.2.21.v20170120" />
tor-commits@lists.torproject.org