Skip to content

Commit

Permalink
Prep for release 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Jan 7, 2015
1 parent 334e158 commit b61dc08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
@page changes Changes


## 0.0.3 January 7 2015

- Added worksheet page setup methods.

- `worksheet_set_landscape()`
- `worksheet_set_portrait()`
- `worksheet_set_page_view()`
- `worksheet_set_paper()`
- `worksheet_print_across()`


## 0.0.2 June 26 2014

- First public release.
Expand Down
4 changes: 1 addition & 3 deletions include/xlsxwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
*
* xlsxwriter - A library for creating Excel XLSX files.
*
* TODO.
*
*/
#ifndef __LXW_XLSXWRITER_H__
#define __LXW_XLSXWRITER_H__
Expand All @@ -20,6 +18,6 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"

#define LXW_VERSION "0.0.2"
#define LXW_VERSION "0.0.3"

#endif /* __LXW_XLSXWRITER_H__ */

0 comments on commit b61dc08

Please sign in to comment.