From a9802c243e6caa3d413e84f2083191c6ef02819a Mon Sep 17 00:00:00 2001 From: John McNamara Date: Sat, 31 Dec 2016 00:02:00 +0000 Subject: [PATCH] Prep for release 0.4.5. --- .indent.pro | 4 ++-- Changes.txt | 8 +++++++- include/xlsxwriter.h | 2 +- libxlsxwriter.podspec | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.indent.pro b/.indent.pro index c5c64590..fd6e35f4 100644 --- a/.indent.pro +++ b/.indent.pro @@ -52,10 +52,10 @@ -T lxw_chart_fill -T lxw_chart_font -T lxw_chart_legend --T lxw_chart_legend_postions +-T lxw_chart_legend_position -T lxw_chart_series -T lxw_chart_title --T lxw_chart_types +-T lxw_chart_type -T lxw_col_options -T lxw_col_t -T lxw_color_t diff --git a/Changes.txt b/Changes.txt index 8e7d3b79..ea6d5395 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,8 +1,14 @@ /** @page changes Changes -## 0.4.4 December 30 2016 +## 0.4.5 December 31 2016 + +- Added functions to set chart legend properties: see `chart_legend_set_position()`, + `chart_legend_set_font()` and `chart_legend_delete_series()`. + + +## 0.4.4 December 30 2016 - Added chart fonts. See `chart_axis_set_name_font()`, `chart_axis_set_num_font()`, `chart_title_set_name_font()` and @ref chart_fonts. diff --git a/include/xlsxwriter.h b/include/xlsxwriter.h index 0b0dec00..f1939aaa 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.4.4" +#define LXW_VERSION "0.4.5" #endif /* __LXW_XLSXWRITER_H__ */ diff --git a/libxlsxwriter.podspec b/libxlsxwriter.podspec index f87422c1..4cab2676 100644 --- a/libxlsxwriter.podspec +++ b/libxlsxwriter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "libxlsxwriter" - s.version = "0.4.4" + s.version = "0.4.5" s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files." s.ios.deployment_target = "6.0" s.osx.deployment_target = "10.8"