Skip to content

Commit 6b4bc07

Browse files
Merge pull request #59 from BrightEdgeeServices/hendrik/urs-312-feature-beetools-remove-discontinued-workflow-copy
Publish: Merge hendrik/urs-312-feature-beetools-remove-discontinued-workflow-copy into master
2 parents 89846b6 + a2d8a87 commit 6b4bc07

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

ReleaseNotes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release 5.5.1
2+
3+
- Maintenance:
4+
- Updated release log URL in `pyproject.toml`.
5+
6+
## Statistics
7+
8+
- Branch: hendrik/urs-312-feature-beetools-remove-discontinued-workflow-copy
9+
- Files changed: 1
10+
- Insertions: 1
11+
- Deletions: 1
12+
- Files:
13+
- pyproject.toml
14+
15+
______________________________________________________________________
16+
117
# Release 5.5.0
218

319
- Features:

coverage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<coverage version="7.6.10" timestamp="1767537622853" lines-valid="639" lines-covered="508" line-rate="0.795" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
2+
<coverage version="7.6.10" timestamp="1767558791057" lines-valid="639" lines-covered="508" line-rate="0.795" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
33
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.10 -->
44
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55
<sources>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[project]
88
name = 'beetools'
9-
version = '5.5.0'
9+
version = '5.5.1'
1010
description = 'Tools for batch scripts, virtual environments and utilities.'
1111
authors = [
1212
{ name = "Hendrik du Toit", email = "hendrik@brightedge.co.za" }
@@ -40,7 +40,7 @@ requires-python = ">=3.10"
4040
[project.urls]
4141
# documentation = "https://readthedocs.org"
4242
issues = "https://github.com/BrightEdgeeServices/beetools/issues"
43-
changelog = 'https://github.com/BrightEdgeeServices/beetools/blob/enhancement/master/ReleaseNotes.md'
43+
changelog = 'https://github.com/BrightEdgeeServices/beetools/releases'
4444
homepage = 'https://github.com/BrightEdgeeServices/beetools'
4545
repository = "https://github.com/BrightEdgeeServices/beetools.git"
4646

0 commit comments

Comments
 (0)