Skip to content Skip to sidebar Skip to footer
Showing posts with the label Versioning

Python Setuptools And Pbr - How To Create A Package Release Using The Git Tag As The Version?

How do I actually create a release/distro of a python package that uses a git repo tag for the vers… Read more Python Setuptools And Pbr - How To Create A Package Release Using The Git Tag As The Version?

How Can I Use Pbr Version From Source?

My goal: I want to keep coherent versions in my GIT repository, my distribution on pypi repository,… Read more How Can I Use Pbr Version From Source?

Should I Pin My Python Dependencies Versions?

I am about to release a Python library I've been working on the past few weeks. I've read a… Read more Should I Pin My Python Dependencies Versions?