Prep for release 0.6.9.

This commit is contained in:
John McNamara 2017-01-30 00:30:31 +00:00
parent be77bac3ee
commit 2d720e8db9
5 changed files with 10 additions and 4 deletions

View File

@ -2,6 +2,12 @@
@page changes Changes
## 0.6.9 January 30 2017
- Added chart trendlines. See @ref chart_trendlines and
@ref chart_data_tools.c.
## 0.6.8 January 28 2017
- Added chart error bars. See @ref chart_error_bars and

View File

@ -732,7 +732,7 @@ Chart 5: chart with markers and data labels.
Chart 6: chart with error bars.
@image html chart_data_tools3.png
Chart 7: chart with a trendlines.
Chart 7: chart with a trendline.
@image html chart_data_tools9.png

View File

@ -381,7 +381,7 @@ Chart 5: chart with markers and data labels.
Chart 6: chart with error bars.
@image html chart_data_tools3.png
Chart 7: chart with a trenlines.
Chart 7: chart with a trendline.
@image html chart_data_tools9.png

View File

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

View File

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