Prepare for 2.6.1 release.

This commit is contained in:
Karsten Loesing 2019-05-03 08:44:52 +02:00
parent 016d49f514
commit d1d8ec5dca
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Changes in version 2.6.1 - 2019-05-??
# Changes in version 2.6.1 - 2019-05-03
* Medium changes
- Fix a bug in recognizing descriptors as bandwidth files.

View File

@ -6,7 +6,7 @@
<project default="usage" name="metrics-lib" basedir=".">
<property name="release.version" value="2.6.0-dev" />
<property name="release.version" value="2.6.1" />
<property name="javadoc-title" value="Tor Metrics Library API Documentation"/>
<property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/**" />
<property name="implementation-title" value="Tor Metrics Library" />