Skip to content

Commit 4b15421

Browse files
#58: Adjusted comment in autogenerated file(#51)
2 parents 8cdf542 + ae4ce4d commit 4b15421

File tree

4 files changed

+125
-116
lines changed

4 files changed

+125
-116
lines changed

doc/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
Unreleased
77
==========
88

9+
* Changed autogenerated comment in version.py for better clarity
10+
911
.. _changelog-0.4.0:
1012

1113
0.4.0 - 2023-04-19

exasol/toolbox/pre_commit_hooks/package_version.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
# fmt: off
2424
_VERSION_MODULE_TEMPLATE = cleandoc('''
2525
# ATTENTION:
26-
# This file is generated, do not edit it manually!
26+
# This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py when using:
27+
# * either "poetry run nox -s fix"
28+
# * or "poetry run version-check <path/version.py> --fix"
29+
# Do not edit this file manually!
2730
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
2831
MAJOR = {major}
2932
MINOR = {minor}

exasol/toolbox/version.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ATTENTION:
2-
# This file is generated, do not edit it manually!
2+
# This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py when using:
3+
# * either "poetry run nox -s fix"
4+
# * or "poetry run version-check <path/version.py> --fix"
5+
# Do not edit this file manually!
36
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
47
MAJOR = 0
58
MINOR = 4

0 commit comments

Comments
 (0)