Prep for release 0.5.8.

This commit is contained in:
John McNamara 2017-01-12 23:55:34 +00:00
parent 5fb10dc9a6
commit 343cc0053e
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
/**
@page changes Changes
## 0.5.8 January 13 2017
- Added `chart_axis_set_major_tick_mark()` and
`chart_axis_set_minor_tick_mark()` functions to chart axis tick marks.
## 0.5.7 January 12 2017
- Added `chart_axis_set_display_units()` function to set chart axis display

View File

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

View File

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