Amsterdam / django-gisserver

Django speaking WFS 2.0 to expose geo data
Mozilla Public License 2.0
38 stars 10 forks source link

Time to release new package to PyPI? #10

Closed travenin closed 2 years ago

travenin commented 2 years ago

Current latest version in PyPI is 1.1.3, published May 2021 https://pypi.org/project/django-gisserver/

Since that there have been some commits, but no active development.

Would it be great to publish the current version to PyPI? Assuming that the current version is acceptable for a release.

PS: Greetings from City of Helsinki

vdboor commented 2 years ago

hi @travenin thanks for pinging us!

the current master is stable, and supporting more features as you mentioned. The only thing that kept me from releasing it is the lack of unit testing for M2M fields. Other then that, it's good for a release.

vdboor commented 2 years ago

@travenin version 1.2 has just been released. It took more effort then expected, and gave a lot of extra features (M2M support, ArrayField support, etc..) and performance improvements.