mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Prep for release 0.5.3.
This commit is contained in:
parent
ad1fa66bee
commit
0bc0f1d843
3 changed files with 9 additions and 2 deletions
|
|
@ -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()`.
|
||||
|
|
|
|||
|
|
@ -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__ */
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue