Bump to next development version

This commit is contained in:
Benedikt Ritter 2018-09-25 15:11:34 +02:00
parent 2596fdeebc
commit 70187c3171
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<version>47</version>
</parent>
<artifactId>commons-csv</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<name>Apache Commons CSV</name>
<url>http://commons.apache.org/proper/commons-csv/</url>
<description>

View File

@ -38,6 +38,8 @@
<title>Release Notes</title>
</properties>
<body>
<release version="1.7" date="tba" description="Feature and bug fix release">
</release>
<release version="1.6" date="2018-09-22" description="Feature and bug fix release">
<action issue="CSV-231" type="update" dev="britter">Add more documentation to CSVPrinter.</action>
<action issue="CSV-217" type="add" dev="ggregory" due-to="Korolyov Alexei">Add autoFlush option for CsvPrinter. PR #24.</action>