Fixed generation of bilby_pipe/.version file
- Jun 10, 2019
-
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
previously this resulted in a broken version file when installing from a tarball
-
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
This patch fixes the generation of bilby_pipe/.version
, especially when not building from the git repository (this was previously broken).
This does introduce a library change, namely that bilby_pipe.__version__
will now just contain the X.Y.Z version number, and not the git build information.
previously this resulted in a broken version file when installing from a tarball