diff --git a/changelog.md b/changelog.md index 2915f7b..72a9f76 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/setup.py b/setup.py index 4778db1..071e12a 100644 --- a/setup.py +++ b/setup.py @@ -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',