chaostoolkit / chaostoolkit-lib

The Chaos Toolkit core library
https://chaostoolkit.org/
Apache License 2.0
77 stars 46 forks source link

Fix version extraction due to formatting changing ' to " #232

Closed ciaransweet closed 3 years ago

ciaransweet commented 3 years ago

Due to black changing ''s to "'s, the version extracting code will break,

This caused fun on chaostoolkit-aws and chaostoolkit, so catching it pre-release this time!

Signed-off-by: Ciaran Evans ciaran@reliably.com