Skip to content

Commit

Permalink
bump version to v1.3.4b0
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Aug 31, 2024
1 parent d2dc9f7 commit 4f5e04a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion notes/pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Version 1.3.3 - 2024-08-13
## Version 1.3.4 - dev
- ((65ed4f6c-edc8-4390-880c-c604a3fa5ec0))
- NEW: support of layers for the PyMuPDF drawing-backend
- contributed by #mbway
- {{discussion 1154}}
-
- ## Version 1.3.3 - 2024-08-13
- ((65ed4f6c-edc8-4390-880c-c604a3fa5ec0))
- NEW: improve block section loading procedure
- {{issue 1136}}
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, 3, "release")
__version__ = "1.3.3"
version = (1, 3, 4, "b0")
__version__ = "1.3.4b0"

0 comments on commit 4f5e04a

Please sign in to comment.