Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4bfd310

Browse files
committedApr 23, 2023
updated to v1.0.11
1 parent 9a18fc2 commit 4bfd310

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed
 

‎.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"editor.formatOnSave": true,
77
"modulename": "pymandel",
88
"distname": "pymandel",
9-
"moduleversion": "1.0.10"
9+
"moduleversion": "1.0.11"
1010
}

‎RELEASE_NOTES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# PyMandel Release Notes
22

3+
### RELEASE 1.0.11
4+
5+
CHANGES:
6+
7+
1. VSCode and GHA workflows updated - Bandit security analysis added.
8+
1. Project URLS corrected in pyproject.toml.
9+
1. No functional changes.
10+
311
### RELEASE 1.0.10
412

513
ENHANCEMENTS:

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers = [
1111
{name = "semuadmin", email = "semuadmin@semuconsulting.com"}
1212
]
1313
description = "Fractal generation GUI application"
14-
version = "1.0.10"
14+
version = "1.0.11"
1515
license = {file = "LICENSE"}
1616
keywords= [
1717
"PyMandel",

‎src/pymandel/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Version for PyMandel Application.
33
"""
44

5-
__version__ = "1.0.10"
5+
__version__ = "1.0.11"

0 commit comments

Comments
 (0)
Please sign in to comment.