OmenApps / django-postgresql-dag

Directed Acyclic Graphs with a variety of methods for both Nodes and Edges, and multiple exports (NetworkX, Pandas, etc). This project is the foundation for a commercial product, so expect regular improvements. PR's and other contributions are welcomed.
Apache License 2.0
41 stars 6 forks source link

Missing code/tags in Github repo? #18

Open riconnon opened 1 year ago

riconnon commented 1 year ago

The PyPI package which purports to be from this repository has significantly more releases than this repository has tags: https://pypi.org/project/django-postgresql-dag/#history

Notably there are no tags on this repository since 0.2.3 on 2021-03-21 but PyPI has up to 0.4.0 now I see a commit to this repo on 2022-01-12 which bumps the version number in setup.py to 0.3.2 but nothing for 0.4.0

Is this still the correct repository for that PyPI package?