Skip to content

Commit 6511ce8

Browse files
committed
Updating project version and configuration
1 parent 26500ee commit 6511ce8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

continuous_delivery_scripts/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
1111
This file is autogenerated, do not modify by hand.
1212
"""
13-
__version__ = "0.0.0"
13+
__version__ = "1.0.0"
1414
COMMIT = "none"
15-
MAJOR = 0
15+
MAJOR = 1
1616
MINOR = 0
1717
PATCH = 0

news/1.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed tool version.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
MASTER_BRANCH = "main"
99
PROJECT_NAME = "Continuous Delivery Scripts"
1010
PACKAGE_NAME = "continuous-delivery-scripts"
11-
PROJECT_UUID = '79d8e41a-d0cf-4503-808a-0862fb8f971c'
11+
PROJECT_UUID = 'f0cfd7a4-30b4-11eb-adc1-0242ac120002'
1212
PROJECT_ROOT = "."
1313
NEWS_DIR = "news/"
1414
SOURCE_DIR = "continuous_delivery_scripts"
1515
RELEASE_BRANCH_PATTERN = "^release.*$"
1616
MODULE_TO_DOCUMENT = "continuous_delivery_scripts"
1717
DOCUMENTATION_DEFAULT_OUTPUT_PATH = "local_docs"
1818
DOCUMENTATION_PRODUCTION_OUTPUT_PATH = "docs"
19-
VERSION_FILE_PATH = "continuous-delivery-scripts/_version.py"
19+
VERSION_FILE_PATH = "continuous_delivery_scripts/_version.py"
2020
CHANGELOG_FILE_PATH = "CHANGELOG.md"
2121
AWS_BUCKET=""
2222

@@ -97,4 +97,4 @@ line-length = 120
9797
[spdx]
9898
CreatorWebsite = "spdx.org"
9999
PathToSpdx = "spdx/spdxdocs"
100-
UUID="b1cae91a-69c6-4c3b-81c2-f7230fc13ba1"
100+
UUID="d9e2187c-30b4-11eb-adc1-0242ac120002"

0 commit comments

Comments
 (0)