databrickslabs / dbldatagen

Generate relevant synthetic data quickly for your projects. The Databricks Labs synthetic data generator (aka `dbldatagen`) may be used to generate large simulated / synthetic data sets for test, POCs, and other uses in Databricks environments including in Delta Live Tables pipelines
https://databrickslabs.github.io/dbldatagen
Other
309 stars 58 forks source link

Changed interim build labelling to comply with PEP 440 #162

Closed ronanstokes-db closed 1 year ago

ronanstokes-db commented 1 year ago

Expected Behavior

build labelling for pre-release builds should be changed to comply with PEP440

Current Behavior

labelling for prerelease builds uses form 0.3.1-a1 - need to have format be 0.3.1a1

Steps to Reproduce (for bugs)

Context

Your Environment

ronanstokes-db commented 1 year ago

Fixed and updated in master