Prep for release 0.1.4.

This commit is contained in:
John McNamara 2015-04-18 14:06:34 +01:00
parent aea34df9fc
commit cf5bc183a9
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
@page changes Changes
## 0.1.4 March 18 2015
- Added `worksheet_autofilter()` function to add autofilters to worksheets.
See also @ref autofilter.c.
## 0.1.3 March 15 2015
- Added `worksheet_write_array_formula()` function to allow writing of

View File

@ -18,6 +18,6 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"
#define LXW_VERSION "0.1.3"
#define LXW_VERSION "0.1.4"
#endif /* __LXW_XLSXWRITER_H__ */