summarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2026-01-31add support for Python 3.14David Florness
shoutout to @medaminezghal and @evorster for suggesting fixes!!
2023-07-220.5.9 -> 0.5.13David Florness
We had to skip a few versions because of release issues: <https://github.com/lidatong/dataclasses-json/issues/438#issuecomment-1638736629> This module is now using poetry instead of setuptools/pipenv: <https://github.com/lidatong/dataclasses-json/commit/094f0742faa2> We had to remove the .gitignore file in this repo because it was preventing the poetry package from building the wheel properly. I believe this issue is related: <https://github.com/python-poetry/poetry/issues/2809> I also decided to completely overhaul update.sh since it was getting unwieldy while testing the massive PKGBUILD updates.
2020-06-07Initial Commit: version 0.4.5Sumner Evans