Prepare for 1.9.0 release.

This commit is contained in:
Karsten Loesing 2017-06-20 22:36:58 +02:00
parent a113feb2c4
commit 3c98457777
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Changes in version 1.9.0 - 2017-06-??
# Changes in version 1.9.0 - 2017-06-21
* Major changes
- Simplify DescriptorReader by returning Descriptor instances

View File

@ -6,7 +6,7 @@
<project default="usage" name="descriptor" basedir=".">
<property name="release.version" value="1.8.2-dev" />
<property name="release.version" value="1.9.0" />
<property name="javadoc-title" value="DescripTor API Documentation"/>
<property name="javadoc-excludes" value="**/impl/** **/index/**" />
<property name="implementation-title" value="DescripTor" />