Prep for release 0.5.2.

This commit is contained in:
John McNamara 2017-01-07 01:42:54 +00:00
parent 6424c37fb7
commit d8d212ab38
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
/**
@page changes Changes
## 0.5.2 January 7 2017
- Added option to turn off chart axis: `chart_axis_off()`.
## 0.5.1 January 6 2017
- Added chart major and minor gridlines handling, see:

View File

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

View File

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