From ff72be49d43ee34b1e954e1e54feca1abb22825e Mon Sep 17 00:00:00 2001 From: John McNamara Date: Mon, 16 Jan 2017 23:27:20 +0000 Subject: [PATCH] Prep for release 0.6.2. --- Changes.txt | 6 ++++++ include/xlsxwriter.h | 2 +- libxlsxwriter.podspec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index f2e9a87f..48557d5c 100644 --- a/Changes.txt +++ b/Changes.txt @@ -2,6 +2,12 @@ @page changes Changes +## 0.6.2 January 17 2017 + +- Added `chart_series_set_smooth()` function to set the line smoothing + property of a line or scatter chart series. + + ## 0.6.1 January 16 2017 - Added option to set formatting for points in a chart. This allow the colors diff --git a/include/xlsxwriter.h b/include/xlsxwriter.h index c0fb68e2..97abc3b0 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.6.1" +#define LXW_VERSION "0.6.2" #endif /* __LXW_XLSXWRITER_H__ */ diff --git a/libxlsxwriter.podspec b/libxlsxwriter.podspec index 1043213d..00170a66 100644 --- a/libxlsxwriter.podspec +++ b/libxlsxwriter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "libxlsxwriter" - s.version = "0.6.1" + s.version = "0.6.2" s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files." s.ios.deployment_target = "6.0" s.osx.deployment_target = "10.8"