Prep for release 0.4.8.

This commit is contained in:
John McNamara 2017-01-03 01:16:21 +00:00
parent 0feb78d741
commit 6eb6206698
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
@page changes Changes
## 0.4.8 January 3 2017
- Added support for chart markers. See @ref chart_markers.
## 0.4.7 January 2 2017
- Added `chart_axis_set_reverse()` function to reverse the order of a chart

View File

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

View File

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