Skip to content

Commit

Permalink
Prep for release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Apr 12, 2015
1 parent eff0759 commit 8d4913d
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.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
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.0.9"
#define LXW_VERSION "0.1.0"

#endif /* __LXW_XLSXWRITER_H__ */

0 comments on commit 8d4913d

Please sign in to comment.