pydantic / pydantic-extra-types

Extra Pydantic types.
MIT License
181 stars 48 forks source link

Release Cycle for this Project? #83

Closed elsholz closed 1 year ago

elsholz commented 1 year ago

Hi everyone,

I was wondering, whether there are any plans to release the current versionof the main branch (which already has the mac_address module) on PyPi? As far as I can tell, there's already a pipeline set up for automatic deployment, that gets triggered when tags are created.

Also, is there a regular release cycle planned, at least for the main branch?

Background of my question is, that I'm currently working on a project where I would like to use the MAC address validation, but I can only use PyPi for downloading the library, as the proxy I'm using doesn't allow direct download from GitHub.

Thanks a lot! 😊 Hendrik

Selected Assignee: @tiangolo

waveman68 commented 1 year ago

I also stumbled across this, since it's already in the docs but not in 2.0.0.

Kludex commented 1 year ago

Released https://github.com/pydantic/pydantic-extra-types/releases/tag/v2.1.0 👍

There's no regular schedule.

Maybe we should discuss the unsyncness between documentation, and the releases here.