From e37518625de9aa34ecfaf0408950e86acd40a2eb Mon Sep 17 00:00:00 2001 From: John McNamara Date: Wed, 1 Jun 2016 00:13:27 +0100 Subject: [PATCH] Prep for release 0.3.6. --- Changes.txt | 5 +++++ include/xlsxwriter.h | 2 +- libxlsxwriter.podspec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index 4b82f1bd..67868454 100644 --- a/Changes.txt +++ b/Changes.txt @@ -2,6 +2,11 @@ @page changes Changes +## 0.3.6 June 1 2016 + +- Fix for `worksheet_insert_image()` issue when handling images with zero dpi. + + ## 0.3.5 May 31 2016 - Refactored the error handling and reporting for when the file creation diff --git a/include/xlsxwriter.h b/include/xlsxwriter.h index 30fc5c13..3980852d 100644 --- a/include/xlsxwriter.h +++ b/include/xlsxwriter.h @@ -18,6 +18,6 @@ #include "xlsxwriter/format.h" #include "xlsxwriter/utility.h" -#define LXW_VERSION "0.3.5" +#define LXW_VERSION "0.3.6" #endif /* __LXW_XLSXWRITER_H__ */ diff --git a/libxlsxwriter.podspec b/libxlsxwriter.podspec index 6743edfe..ae45d346 100644 --- a/libxlsxwriter.podspec +++ b/libxlsxwriter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "libxlsxwriter" - s.version = "0.3.5" + s.version = "0.3.6" s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files." s.ios.deployment_target = "6.0" s.osx.deployment_target = "10.8"