Prep for release 0.5.3.

This commit is contained in:
John McNamara 2017-01-08 02:05:27 +00:00
parent ad1fa66bee
commit 0bc0f1d843
3 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,13 @@
/**
@page changes Changes
## 0.5.3 January 8 2017
- Added `chart_axis_set_position()` option to position a category axis
horizontally on, or between, the axis tick marks.
## 0.5.2 January 7 2017
- Added option to turn off chart axis: `chart_axis_off()`.

View file

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

View file

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