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?

Is There Any Practical Reason Why I Must Have A Code Version Embedded In Python Source Code?

Is there any practical reason why I must have a code version embedded in the source code? Explicit… Read more Is There Any Practical Reason Why I Must Have A Code Version Embedded In Python Source Code?

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?