Prep for release 0.5.1.

This commit is contained in:
John McNamara 2017-01-06 00:31:46 +00:00
parent 99849be9c6
commit 62f83785e0
3 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,15 @@
/**
@page changes Changes
## 0.5.1 January 6 2017
- Added chart major and minor gridlines handling, see:
- `chart_axis_major_gridlines_set_visible()`
- `chart_axis_minor_gridlines_set_visible()`
- `chart_axis_major_gridlines_set_line()`
- `chart_axis_minor_gridlines_set_line()`
## 0.5.0 January 5 2017

View File

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

View File

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