Skip to content

Commit f924e7a

Browse files
Merge pull request #31 from BrightEdgeeServices/hendrik/urs-314-feature-sqldbwrpr-remove-discontinued-workflow
Publish: Merge hendrik/urs-314-feature-sqldbwrpr-remove-discontinued-workflow into master
2 parents 515ee75 + ab59d38 commit f924e7a

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.github/workflows/python-template-pypi-public-with-docker.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

ReleaseNotes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Release 5.0.1
2+
3+
### Changed
4+
5+
- Updated `coverage.xml`.
6+
7+
### Removed
8+
9+
- Discontinued GitHub workflow: `.github/workflows/python-template-pypi-public-with-docker.yaml`.
10+
11+
### Statistics
12+
13+
- **Changed files:** 2
14+
- **Insertions:** 1
15+
- **Deletions:** 23
16+
- **Branch:** hendrik/urs-314-feature-sqldbwrpr-remove-discontinued-workflow
17+
- **Files changed:**
18+
- .github/workflows/python-template-pypi-public-with-docker.yaml
19+
- coverage.xml
20+
21+
______________________________________________________________________
22+
123
# Release 5.0.0
224

325
### Added

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.13.1" timestamp="1767694752716" lines-valid="726" lines-covered="305" line-rate="0.4201" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
2+
<coverage version="7.13.1" timestamp="1767711164752" lines-valid="726" lines-covered="305" line-rate="0.4201" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
33
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.13.1 -->
44
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55
<sources>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[project]
88
name = 'SQLDbWrpr'
9-
version = '5.0.0'
9+
version = '5.0.1'
1010
description = 'Wrapper for importing CSV and Text files into MySQL and Postgress'
1111
authors = [
1212
{ name = "Hendrik du Toit", email = "hendrik@brightedge.co.za" }

0 commit comments

Comments
 (0)