From 5de3c005c60545d75fc10a66c4a8ac2be60fd2b1 Mon Sep 17 00:00:00 2001 From: John McNamara Date: Mon, 13 Jan 2020 23:50:48 +0000 Subject: [PATCH] Prep for release 0.9.3. --- Changes.txt | 5 +++++ include/xlsxwriter.h | 4 ++-- libxlsxwriter.podspec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes.txt b/Changes.txt index 4ee48f3d..605dac27 100644 --- a/Changes.txt +++ b/Changes.txt @@ -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. diff --git a/include/xlsxwriter.h b/include/xlsxwriter.h index d0d2089e..f84d45f5 100644 --- a/include/xlsxwriter.h +++ b/include/xlsxwriter.h @@ -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__ */ diff --git a/libxlsxwriter.podspec b/libxlsxwriter.podspec index 8726687f..27a9600f 100644 --- a/libxlsxwriter.podspec +++ b/libxlsxwriter.podspec @@ -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"