-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog again for the 1.0.0 release.
- Loading branch information
1 parent
c434cd7
commit 8fb4ee9
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
Changelog for ibm2ieee | ||
====================== | ||
|
||
Release 1.0.0 | ||
------------- | ||
|
||
Release date: 2018-12-04 | ||
|
||
First real release. Fixes some distribution issues with the 0.1.0 release. Code is | ||
otherwise unchanged. | ||
|
||
- Fix misuse of ``unicode_literals`` in the setup.py file. | ||
- Fix trailing newline in short description, which caused the README not | ||
to render properly on PyPI. | ||
- Boldly bump the version number to 1.0.0, and the Development Status classifier | ||
to Production/Stable. | ||
|
||
|
||
Release 0.1.0 | ||
------------- | ||
|
||
Initial release. | ||
Release date: 2018-12-04 | ||
|
||
Initial release uploaded to PyPI. |