Skip to content

Commit

Permalink
Prep for release 0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Apr 18, 2015
1 parent aea34df commit cf5bc18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/xlsxwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

0 comments on commit cf5bc18

Please sign in to comment.