Releases: Alonreznik/dynamodb-json
Releases · Alonreznik/dynamodb-json
v1.4.1
Publish to PyPi
Full Changelog: 1.4...v1.4.1
v1.4
What's Changed
- Update regex to parse negative float number correctly by @OldPanda in #5
- Correct PY3 next() keyword. by @JLee21 in #7
- feat(tests + workflows): add tests and workflows by @Alonreznik in #25
Full Changelog: 1.2...v1.4
Compatibility with Python 3.5+
- Changing
.next()
tonext()
.
Python 3.4+ Compatibility
Compatibility with python 3.4+.
Thank you ransford!