8000 Merge pull request #1359 from stonebig/master · Nizhal/winpython@501f0d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 501f0d5

Browse files
authored
Merge pull request winpython#1359 from stonebig/master
removes packages.ini usage
2 parents 0d8429c + d0a6da6 commit 501f0d5

File tree

6 files changed

+78
-3895
lines changed

6 files changed

+78
-3895
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def get_tool_path_dir(relpath):
367367
]
368368
tools = []
369369
for name, ver in installed_tools:
370-
metadata = wppm.get_package_metadata("tools.ini", name)
370+
metadata = utils.get_package_metadata("tools.ini", name)
371371
url, desc = (
372372
metadata["url"],
373373
metadata["description"],

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '8.2.20240618'
31+
__version__ = '9.0.20240623'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

0 commit comments

Comments
 (0)
0