Skip to content

Commit

Permalink
updated to v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
semuadmin committed Apr 23, 2023
1 parent 9a18fc2 commit 4bfd310
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"editor.formatOnSave": true,
"modulename": "pymandel",
"distname": "pymandel",
"moduleversion": "1.0.10"
"moduleversion": "1.0.11"
}
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PyMandel Release Notes

### RELEASE 1.0.11

CHANGES:

1. VSCode and GHA workflows updated - Bandit security analysis added.
1. Project URLS corrected in pyproject.toml.
1. No functional changes.

### RELEASE 1.0.10

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers = [
{name = "semuadmin", email = "semuadmin@semuconsulting.com"}
]
description = "Fractal generation GUI application"
version = "1.0.10"
version = "1.0.11"
license = {file = "LICENSE"}
keywords= [
"PyMandel",
Expand Down
2 changes: 1 addition & 1 deletion src/pymandel/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version for PyMandel Application.
"""

__version__ = "1.0.10"
__version__ = "1.0.11"

0 comments on commit 4bfd310

Please sign in to comment.