Skip to content

Commit

Permalink
Prepare for v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsalo committed Jun 27, 2020
1 parent 13317d0 commit 8093d76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Version 0.4 - IN DEVELOPMENT
Version 1.0 - IN DEVELOPMENT
------------------------
New features:
* Python 3.x is supported
* Python 2.x is no longer supported

Enhancements:
* Nicer pretty-printing of comments and PIs before and after the root
element.
Expand Down Expand Up @@ -48,4 +52,4 @@ Bug fixes:

Version 0.1 - 2009-03-02
------------------------
First public release.
First public release.
2 changes: 1 addition & 1 deletion streamxmlwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# THE SOFTWARE.

__author__ = "Filip Salomonsson <[email protected]>"
__version__ = "0.3"
__version__ = "1.0"


INDENT = " "
Expand Down

0 comments on commit 8093d76

Please sign in to comment.