Skip to content

Commit

Permalink
Release 6.8 (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotduarte authored Sep 7, 2021
1 parent 0dd92fb commit e6f4a65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
performance, is cross-platform and should work on any platform that Python
itself works on.

# Highlights of Version 6.2 up to 6.7:
# Highlights of Version 6.2 up to 6.8:
- Support for pathlib.Path
- New or improved hooks, with emphasis on matplotlib, numpy, PyQt5 and PySide2
- New ModuleFinder engine uses importlib.machinery
- Refactored Freezer
- New support for package metadata improving Module and new DitributionCache
- Enhanced support for Python 3.8 and good support for Python 3.9
- Inclusive support for MSYS2 and Anaconda
- Enhanced support for Python 3.8 and Python 3.9, including MSYS2 and Anaconda distributions
- Improvements for multiprocessing
- Optimizations in detection and distribution of libraries
- Integrated to setuptools and importlib-metadata
- New or improved hooks
- Code modernization
- Various bug fixes.

Expand Down
2 changes: 1 addition & 1 deletion doc/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ itself works on.
* - cx_Freeze version
- Python version
- Status
* - cx_Freeze 6.4 to 6.7
* - cx_Freeze 6.4 to 6.8
- Python 3.6 to 3.9
- supported
* - cx_Freeze 6.2, 6.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ universal = 0

[metadata]
name = cx_Freeze
version = 6.8b5
version = 6.8
url = https://marcelotduarte.github.io/cx_Freeze
project_urls =
Bug Tracker = https://github.com/marcelotduarte/cx_Freeze/issues
Expand Down

0 comments on commit e6f4a65

Please sign in to comment.