diff --git a/Changes.txt b/Changes.txt index ef21f709..6acc1ed4 100644 --- a/Changes.txt +++ b/Changes.txt @@ -2,6 +2,14 @@ @page changes Changes +## 0.5.4 January 9 2017 + +- Added `chart_axis_set_label_position()` option to position the axis labels + (numbers). + +- Improved documentation for @ref ww_charts_axes. + + ## 0.5.3 January 8 2017 - Added `chart_axis_set_position()` option to position a category axis diff --git a/include/xlsxwriter.h b/include/xlsxwriter.h index ca608b2a..07f75ab3 100644 --- a/include/xlsxwriter.h +++ b/include/xlsxwriter.h @@ -18,6 +18,6 @@ #include "xlsxwriter/format.h" #include "xlsxwriter/utility.h" -#define LXW_VERSION "0.5.3" +#define LXW_VERSION "0.5.4" #endif /* __LXW_XLSXWRITER_H__ */ diff --git a/libxlsxwriter.podspec b/libxlsxwriter.podspec index 305be9e7..e8f167c1 100644 --- a/libxlsxwriter.podspec +++ b/libxlsxwriter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "libxlsxwriter" - s.version = "0.5.3" + s.version = "0.5.4" s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files." s.ios.deployment_target = "6.0" s.osx.deployment_target = "10.8"