Prep for release 0.9.3.

This commit is contained in:
John McNamara 2020-01-13 23:50:48 +00:00
parent 78f6d7760a
commit 5de3c005c6
3 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
@page changes Changes
## 0.9.3 January 13 2019
- Fix Xcode/Cocoapods build warnings.
## 0.9.2 January 13 2019
- Added support for writing cell comments, see @ref working_with_comments.

View File

@ -18,7 +18,7 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"
#define LXW_VERSION "0.9.2"
#define LXW_VERSION_ID 92
#define LXW_VERSION "0.9.3"
#define LXW_VERSION_ID 93
#endif /* __LXW_XLSXWRITER_H__ */

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "libxlsxwriter"
s.version = "0.9.2"
s.version = "0.9.3"
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.8"