forked from katerina7479/pypdflite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb84476
commit 8b0221b
Showing
4 changed files
with
23 additions
and
12 deletions.
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,5 @@ | ||
v0.1.0, 01-17-2014 -- Initial release. | ||
v0.1.1, 01-17-2014 -- README.md saved as .txt | ||
v0.1.2, 01-17-2014 -- Fixed bugs, add git | ||
v0.1.3, 01-20-2014 -- Fixed tables, added text_wrap in cells | ||
v0.1.3, 01-20-2014 -- Fixed tables, added text_wrap in cells | ||
v0.1.4, 01-21-2014 -- Added num_format to tables, adjusted Colors and Images |
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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='PyPDFLite', | ||
version='0.1.3', | ||
version='0.1.4', | ||
author='Katerina Hanson', | ||
author_email='[email protected]', | ||
packages=['pypdflite', 'pypdflite.pdfobjects'], | ||
|