ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

main should point to 0.9.0.dev0 #392

Closed mariostieriansys closed 1 month ago

randallfrank commented 1 month ago

@mariostieriansys this PR is part of 394. One issue is that 0.9.0dev0 does not actually follow the semantic versioning rules. The parser can handle it, but only via the "coerce()" method. To be specification valid, there should be a hyphen, like: '0.1.1-alpha' so '0.9.0-dev0' meets the specification (and works with Omniverse).

mariostieriansys commented 1 month ago

@mariostieriansys this PR is part of 394. One issue is that 0.9.0dev0 does not actually follow the semantic versioning rules. The parser can handle it, but only via the "coerce()" method. To be specification valid, there should be a hyphen, like: '0.1.1-alpha' so '0.9.0-dev0' meets the specification (and works with Omniverse).

I am ok on just changing our nomenclature for the dev packages. However we will have to change it also on ADO