Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Jan 2, 2018
1 parent 372885f commit dd5e9c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
News
====

Version 0.8.3 - ???
Version 0.8.3 - 2018-01-02

* CHANGE: Lwpolyline - suppress yielding z coordinates if they exists (z coordinates not defined in the DXF standard)
* NEW: setup creates a script called 'dxfpp' (DXF Pretty Printer) in the Python script folder
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Quick-Info
- OS independent
- additional required packages: `pyparsing <https://pypi.python.org/pypi/pyparsing/2.0.1>`_
- MIT-License
- supported DXF versions read/new: R12, R2000, R2004, R2007, R2010 and R2013
- supported DXF versions read/new: R12, R2000, R2004, R2007, R2010, R2013 and R2018
- support for DXF versions R13/R14 (AC1012/AC1014), will be upgraded to R2000 (AC1015)
- support for older versions than R12, will be upgraded to R12 (AC1009)
- preserves third-party DXF content
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def read_until(lines):
platforms="OS Independent",
license="MIT License",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
Expand Down

0 comments on commit dd5e9c9

Please sign in to comment.