geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

Wrong version #525

Closed huard closed 4 years ago

huard commented 4 years ago

Description

Master still has __version__ set to 4.2.2 even though it has been tagged with 4.2.4.

tlvu commented 4 years ago

__init__.py still hardcode 4.2.2 on head of branch master:

https://github.com/geopython/pywps/blob/61e03fe566d9a4cdf52a6b941a404916592e5aac/pywps/__init__.py#L12

cehbrecht commented 4 years ago

we don't use bumpversion ... so we got these inconsistencies. Should we create a 4.2.x branch and fix the release, introduce bumpversion and make a 4.2.5 release?

ping @jachym

cehbrecht commented 4 years ago

we don't use bumpversion ... so we got these inconsistencies. Should we create a 4.2.x branch and fix the release, introduce bumpversion and make a 4.2.5 release?

ping @jachym

@huard @davidcaron do you agree?

huard commented 4 years ago

For us, bumpversion has simplified releases, so I would recommend its use in pywps.

I don't think there is a rush for us to get a new version out, so this change could happen with the next planned release.

@Zeitsperre Would you have time to submit a PR ?

Zeitsperre commented 4 years ago

@huard Sure. I can add something fairly easily.

Zeitsperre commented 4 years ago

@cehbrecht @huard feel free to weigh in on the PR. Also, I don't think I have privileges here; Think I could be added to the group if I'm not listed?

cehbrecht commented 4 years ago

@Zeitsperre I have send you an invitation for write access. I close this issue ... will use bumpversion for the next release (#527)