Prep for release 0.5.5.

This commit is contained in:
John McNamara 2017-01-10 00:03:59 +00:00
parent 0edc678e85
commit 4aafa55ac2
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
/**
@page changes Changes
## 0.5.5 January 10 2017
- Added `chart_axis_set_major_unit()` and `chart_axis_set_minor_unit()` to set
the major and minor units of a category axis.
## 0.5.4 January 9 2017

View File

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

View File

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