Skip to content

Releases: OctoPrint/OctoPrint-Setuptools

1.0.3

07 Mar 11:41
Compare
Choose a tag to compare

Changes

  • Fix the package install so that octoprint_setuptools will actually get installed 🤦‍♀️

1.0.2

06 Mar 15:48
Compare
Choose a tag to compare

Changes

  • Fix babel_refresh command when running against babel 2.12.x

1.0.1

16 Nov 12:46
Compare
Choose a tag to compare

Changes

  • babel_* commands now normalize the locale string, e.g. zh_HK gets turned into the canonical zh_Hant_HK. That way, babel will actually be able to correctly find any such translations (which are looked up based on the canonical locale string).
  • babel_* commands are only added to the cmdclass output if babel can be imported.