Commit graph

4 commits

Author SHA1 Message Date
adam
6425bdf6ba py-docx: updated to 0.8.10
0.8.10:
- Revert use of expanded package directory for default.docx to work around setup.py
  problem with filenames containing square brackets.

0.8.9:
- Fix gap in MANIFEST.in that excluded default document template directory

0.8.8:
- Add support for headers and footers
2019-01-09 08:38:40 +00:00
adam
d9c96075fe py-docx: updated to 0.8.7
0.8.7:
- Add _Row.height_rule
- Add _Row.height
- Add _Cell.vertical_alignment
- Fix 455: increment next_id, don't fill gaps
- Add 375: import docx failure on --OO optimization
- Add 254: remove default zoom percentage
- Add 266: miscellaneous documentation fixes
- Add 175: refine MANIFEST.ini
- Add 168: Unicode error on core-props in Python 2
2018-08-28 10:01:46 +00:00
adam
1467c42fd0 py-docx: update to 0.8.6
0.8.6:
- Add 257: add Font.highlight_color
- Add 261: add ParagraphFormat.tab_stops
- Add 303: disallow XML entity expansion
2017-09-26 17:52:04 +00:00
bsiegert
8191d400b2 Add a new package for py-docx. From David H. Gutteridge in PR pkg/50645.
A Python library for creating and updating Microsoft Word (.docx) files.
2016-03-08 19:51:25 +00:00