Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Mar 2, 2024
1 parent 8403a6d commit 8c45caa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions notes/pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Version 1.2.0 - 2024-03-02
id:: 6588217b-c1d3-44c1-a0d7-e5ee465cc6de
## Version 1.2.1 - dev
- moved static setup data from `setup.py` to `pyproject.toml`
- REMOVE: `pp` command, use `browse` command to explore DXF files
-
- ## Version 1.2.0 - 2024-03-02
id:: 6588217b-c1d3-44c1-a0d7-e5ee465cc6de
- ((658c0484-28db-436e-b828-8fc509ecbd29))
- NEW: `ezdxf` requires Python 3.9 or newer
- NEW: support for the [[SPATIAL_FILTER]] entity.
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ build-backend = "setuptools.build_meta"

[tool.setuptools]
package-dir = {"" = "src"}

zip-safe = false
provides = ["ezdxf"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# python setup.py bdist_wheel
#
# All Cython accelerated modules are optional:
# All Cython modules are optional:
ext_modules = [
Extension("ezdxf.acc.vector", ["src/ezdxf/acc/vector.pyx"], optional=True),
Extension("ezdxf.acc.matrix44", ["src/ezdxf/acc/matrix44.pyx"], optional=True),
Expand Down
2 changes: 1 addition & 1 deletion src/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ezdxf.egg-info
ezdxf/ezdxf.egg-info
mypy-reports
.mypy_cache

0 comments on commit 8c45caa

Please sign in to comment.