Prep for release 0.1.1.

This commit is contained in:
John McNamara 2015-04-13 23:19:37 +01:00
parent 79980fc928
commit ad081084f2
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,9 @@
- Added `worksheet_print_area()` function to control the print area of a
worksheet.
- Added `worksheet_print_area()` function to fit the printed area to a specific
number of pages both vertically and horizontally.
## 0.1.0 March 12 2015

View file

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