From ef47a724e73b0ef0cc58865debd7906d1b598db8 Mon Sep 17 00:00:00 2001 From: Abo Date: Sat, 13 Aug 2022 12:53:35 +0200 Subject: [PATCH] Release 7.16.0 (#1053) * location and name of version tag * bump version to 7.16.0 --- docs/contributing/publishing-a-new-release.md | 2 +- src/zcl_excel.clas.abap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/publishing-a-new-release.md b/docs/contributing/publishing-a-new-release.md index 269d952..bd6f689 100644 --- a/docs/contributing/publishing-a-new-release.md +++ b/docs/contributing/publishing-a-new-release.md @@ -9,7 +9,7 @@ Version numbering is based on [Semantic Versioning 2.0.0](https://semver.org/): - `15`: a minor release - `0`: patch level (bug fixes) -Create a branch for this new release, change `zcl_excel_version` to indicate the new version number and push the changes to the repository +Create a branch for this new release, change `version` in `zcl_excel` to indicate the new version number and push the changes to the repository With GitHub Desktop (or any Git console or Git user interface), [add the tag](https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/managing-tags) `7.15.0` to this branch. diff --git a/src/zcl_excel.clas.abap b/src/zcl_excel.clas.abap index dfc9e56..e52a699 100644 --- a/src/zcl_excel.clas.abap +++ b/src/zcl_excel.clas.abap @@ -13,7 +13,7 @@ CLASS zcl_excel DEFINITION DATA legacy_palette TYPE REF TO zcl_excel_legacy_palette READ-ONLY . DATA security TYPE REF TO zcl_excel_security . DATA use_template TYPE abap_bool . - CONSTANTS version TYPE c LENGTH 10 VALUE '7.15.0'. "#EC NOTEXT + CONSTANTS version TYPE c LENGTH 10 VALUE '7.16.0'. "#EC NOTEXT METHODS add_new_autofilter IMPORTING