Skip to content

Commit

Permalink
Prep for release 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Apr 13, 2015
1 parent 79980fc commit ad08108
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0"
#define LXW_VERSION "0.1.1"

#endif /* __LXW_XLSXWRITER_H__ */

0 comments on commit ad08108

Please sign in to comment.