Skip to content

Commit

Permalink
updated docs and setup for v1.52 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PydPiper committed Jan 27, 2021
1 parent 12e960c commit b9e6dea
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 77 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ and/or download restrictions, see [docs - installation](https://pylightxl.readth

---

#### **pypi version 1.51**
#### **pypi version 1.52**

- license update within setup.py
- updated reading error'ed cells "#N/A"
- updated workbook indexing bug from program generated workbooks that did not index from 1

See full history log of revisions: [Here](https://pylightxl.readthedocs.io/en/latest/revlog.html)

Expand Down
9 changes: 7 additions & 2 deletions doc/source/revlog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Revision Log
============

pypi version 1.52 (in-work)
pypi version 1.53 (in-work)
---------------------------
- speed improvements
- context manager for database (tear down for memory management)
- context management definition to auto close databases

pypi version 1.52
-----------------
- updated reading error'ed cells "#N/A"
- updated workbook indexing bug from program generated workbooks that did not index from 1

pypi version 1.51
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pylightxl", # Replace with your own username
version="1.51",
version="1.52",
author="Viktor Kis",
author_email="realpydpiper@gmail.com",
license="MIT",
Expand Down
11 changes: 0 additions & 11 deletions test/_pylightxl_newopenpyxl.xlsx/[Content_Types].xml

This file was deleted.

6 changes: 0 additions & 6 deletions test/_pylightxl_newopenpyxl.xlsx/_rels/.rels

This file was deleted.

15 changes: 0 additions & 15 deletions test/_pylightxl_newopenpyxl.xlsx/docProps/app.xml

This file was deleted.

7 changes: 0 additions & 7 deletions test/_pylightxl_newopenpyxl.xlsx/docProps/core.xml

This file was deleted.

6 changes: 0 additions & 6 deletions test/_pylightxl_newopenpyxl.xlsx/xl/_rels/workbook.xml.rels

This file was deleted.

4 changes: 0 additions & 4 deletions test/_pylightxl_newopenpyxl.xlsx/xl/sharedStrings.xml

This file was deleted.

10 changes: 0 additions & 10 deletions test/_pylightxl_newopenpyxl.xlsx/xl/workbook.xml

This file was deleted.

13 changes: 0 additions & 13 deletions test/_pylightxl_newopenpyxl.xlsx/xl/worksheets/sheet1.xml

This file was deleted.

Binary file modified test/newopenpyxl.xlsx
Binary file not shown.

0 comments on commit b9e6dea

Please sign in to comment.