Prep for release 0.4.5.

This commit is contained in:
John McNamara 2016-12-31 00:02:00 +00:00
parent 915cc66c45
commit a9802c243e
4 changed files with 11 additions and 5 deletions

4
.indent.pro vendored
View File

@ -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

View File

@ -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.

View File

@ -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__ */

View File

@ -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"