From 7b25bca1f51a879ee4a1d351cf95936747aaaa3f Mon Sep 17 00:00:00 2001 From: John McNamara Date: Mon, 24 Jul 2017 21:07:43 +0100 Subject: [PATCH] Prep for release 0.7.1. --- Changes.txt | 9 +++++++++ include/xlsxwriter.h | 2 +- libxlsxwriter.podspec | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index 0398eedd..10a996fd 100644 --- a/Changes.txt +++ b/Changes.txt @@ -2,6 +2,15 @@ @page changes Changes +## 0.7.1 July 24 2017 + +- Fixed issue where internal file creation and modification dates were in the + local timezone instead of UTC. + Issue [#110][gh_110]. + + [gh_110]: https://github.com/jmcnamara/libxlsxwriter/issues/110 + + ## 0.7.0 June 26 2017 - Added support for CMake build system. See @ref gsg_cmake. diff --git a/include/xlsxwriter.h b/include/xlsxwriter.h index 1e6929d7..1e0fb018 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.7.0" +#define LXW_VERSION "0.7.1" #endif /* __LXW_XLSXWRITER_H__ */ diff --git a/libxlsxwriter.podspec b/libxlsxwriter.podspec index 4bcb35ab..a63120ea 100644 --- a/libxlsxwriter.podspec +++ b/libxlsxwriter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "libxlsxwriter" - s.version = "0.7.0" + s.version = "0.7.1" s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files." s.ios.deployment_target = "6.0" s.osx.deployment_target = "10.8"