Prep for release 0.1.0.

This commit is contained in:
John McNamara 2015-04-13 00:26:11 +01:00
parent eff07596be
commit 8d4913dc85
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
@page changes Changes
## 0.1.0 March 12 2015
- Added `worksheet_repeat_rows()` and `worksheet_repeat_columns()` functions
to control the repeated rows/columns on printed worksheets.
## 0.0.9 March 9 2015
- Added `worksheet_gridlines()` function to show/hide screen and print

View file

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