Skip to content

Commit

Permalink
Prep for release 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Apr 15, 2021
1 parent e2795f6 commit 78c5bda
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/**
@page changes Changes

## 1.0.2 April 15 2021

- Added option to set row heights and column widths in pixels via the
`worksheet_set_row_pixels()` and `worksheet_set_column_pixels()` functions.

## 1.0.1 March 30 2021

- Added support for [pkg-config][pkg-config] to Make/Cmake installs. See the
Expand Down
4 changes: 2 additions & 2 deletions include/xlsxwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"

#define LXW_VERSION "1.0.1"
#define LXW_VERSION_ID 101
#define LXW_VERSION "1.0.2"
#define LXW_VERSION_ID 102

#endif /* __LXW_XLSXWRITER_H__ */
2 changes: 1 addition & 1 deletion libxlsxwriter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "libxlsxwriter"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.8"
Expand Down

0 comments on commit 78c5bda

Please sign in to comment.