Skip to content

Commit

Permalink
release v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Dec 15, 2024
1 parent fb9c618 commit 5847c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion notes/pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.3.5 - dev
## Version 1.3.5 - 2024-12-15
- ((65ed4f6c-edc8-4390-880c-c604a3fa5ec0))
- NEW: `ezdxf.blkrefs.find_unreferenced_blocks()` function returns the names of unused block definitions
- NEW: `Auditor` checks if modelspace and active paperspace exists
Expand Down
4 changes: 2 additions & 2 deletions src/ezdxf/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
# 1. bug fix release beta0: VERSION = "0.9.1b0"; version = (0, 9, 1, 'b0')
# 2. bug fix release: VERSION = "0.9.2"; version = (0, 9, 2, 'release')

version = (1, 3, 5, "b0")
__version__ = "1.3.5b0"
version = (1, 3, 5, "release")
__version__ = "1.3.5"

0 comments on commit 5847c88

Please sign in to comment.