Prep for release 0.4.6.

This commit is contained in:
John McNamara 2017-01-01 20:15:16 +00:00
parent 9f18375c9b
commit a92064a7ee
3 changed files with 14 additions and 2 deletions

View File

@ -2,6 +2,18 @@
@page changes Changes
## 0.4.6 January 1 2017
- Added functions to set chart line and fill properties, see:
- `chart_series_set_line()`
- `chart_series_set_fill()`
- `chart_axis_set_line()`
- `chart_axis_set_fill()`
- @ref chart_lines
- @ref chart_fills
## 0.4.5 December 31 2016
- Added functions to set chart legend properties: see `chart_legend_set_position()`,

View File

@ -18,6 +18,6 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"
#define LXW_VERSION "0.4.5"
#define LXW_VERSION "0.4.6"
#endif /* __LXW_XLSXWRITER_H__ */

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "libxlsxwriter"
s.version = "0.4.5"
s.version = "0.4.6"
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"