Skip to content

Commit

Permalink
release v0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Jul 18, 2021
1 parent 43fdf07 commit 333b585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Version 0.16.5 - 2021-07-18
---------------------------

- NEW: hard dependency `typing_extensions`
- CHANGED: replaced `ezdxf.tools.rgb` by `ezdxf.colors`
- CHANGE: replaced `ezdxf.tools.rgb` by `ezdxf.colors`
- CHANGE: `options` module renamed to `_options`; this eliminates the confusion
between the `options` module and the global object `ezdxf.options`
- NEW: config file support, see [docs](https://ezdxf.mozman.at/docs/options.html#config-files)
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 = (0, 16, 5, 'b2')
__version__ = "0.16.5b2"
version = (0, 16, 5, 'release')
__version__ = "0.16.5"

0 comments on commit 333b585

Please sign in to comment.