Skip to content

Commit

Permalink
Updated setup.py and requirements.txt to fix installation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ivbeg committed Jan 30, 2022
1 parent 59a58af commit 563d938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
History
=======

1.0.10 (2022-01-30)
-------------------
* Updated setup.py and requirements.txt to require certain versions of libs and Python 3.8

1.0.10 (2022-01-29)
-------------------
* Added encoding and delimiter detection for commands: uniq, select, frequency and headers. Completely rewrote these functions. If options for encoding and delimiter set, they override detected. If not set, detected delimiter and encoding used.
Expand Down
2 changes: 1 addition & 1 deletion undatum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""

__version__ = "1.0.10"
__version__ = "1.0.11"
__author__ = 'Ivan Begtin'
__licence__ = 'MIT'

0 comments on commit 563d938

Please sign in to comment.