mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-04 20:19:46 +08:00
Release 7.16.0 (#1053)
* location and name of version tag * bump version to 7.16.0
This commit is contained in:
parent
bca6db91c3
commit
ef47a724e7
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user