Skip to content

Commit

Permalink
ready 0.0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelcamara committed Aug 13, 2021
1 parent 824715e commit 1c119fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# hotxlfp changelog

## 0.0.14

* Fixed using a parser within a parser.

## 0.0.13

* Fixed comparison between floats and integers giving inverted results
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='hotxlfp',
version='0.0.13',
version='0.0.14',
packages=['hotxlfp', 'hotxlfp._compat', 'hotxlfp._compat.py3', 'hotxlfp.helper', 'hotxlfp.formulas', 'hotxlfp.grammarparser'],
license='MIT',
test_suite='tests',
Expand Down

0 comments on commit 1c119fe

Please sign in to comment.