Skip to content

Commit ce3556d

Browse files
committed
update to version 1.0.10
1 parent 105101d commit ce3556d

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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": "${workspaceFolderBasename}",
88
"distname": "${workspaceFolderBasename}",
9-
"moduleversion": "1.0.9"
9+
"moduleversion": "1.0.10"
1010
}

RELEASE_NOTES.md

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

3+
### RELEASE 1.0.10
4+
5+
ENHANCEMENTS:
6+
7+
1. Update project structure and test framework to use pyproject.toml (instead of setup.py) with pytest and pytest-cov. No functional changes to application.
8+
39
### RELEASE 1.0.9
410

511
FIXES:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers = [
1111
{name = "semuadmin", email = "[email protected]"}
1212
]
1313
description = "Fractal generation GUI application"
14-
version = "1.0.9"
14+
version = "1.0.10"
1515
license = {file = "LICENSE"}
1616
readme = "README.md"
1717
requires-python = ">=3.7"

src/pymandel.egg-info/PKG-INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: pymandel
3-
Version: 1.0.9
3+
Version: 1.0.10
44
Summary: Fractal generation GUI application
55
Author-email: semuadmin <[email protected]>
66
Maintainer-email: semuadmin <[email protected]>

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.9"
5+
__version__ = "1.0.10"

0 commit comments

Comments
 (0)