-
Notifications
You must be signed in to change notification settings - Fork 12
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
f820435
commit 82022a1
Showing
4 changed files
with
19 additions
and
5 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,5 +1,9 @@ | ||
# hotxlfp changelog | ||
|
||
## 0.0.15 | ||
|
||
* Fixed bugs in FLOOR function. | ||
|
||
## 0.0.14 | ||
|
||
* Fixed using a parser within a parser. | ||
|
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 |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
|
||
setup( | ||
name='hotxlfp', | ||
version='0.0.14', | ||
version='0.0.15', | ||
packages=['hotxlfp', 'hotxlfp._compat', 'hotxlfp._compat.py3', 'hotxlfp.helper', 'hotxlfp.formulas', 'hotxlfp.grammarparser'], | ||
license='MIT', | ||
test_suite='tests', | ||
author='Leonel Câmara', | ||
author_email='[email protected]', | ||
url='https://github.com/aidhound/hotxlfp', | ||
download_url='https://github.com/aidhound/hotxlfp/archive/0.0.13.tar.gz', | ||
download_url='https://github.com/aidhound/hotxlfp/archive/0.0.15.tar.gz', | ||
keywords=['excel', 'formula', 'parser'], | ||
install_requires=['ply', 'python-dateutil'], | ||
long_description='\n'.join(l for l in open('README.md', encoding="utf-8").readlines() if not l.startswith('[!')), | ||
|
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