1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00

python: bump version before release

This commit is contained in:
matejcik 2020-08-05 12:14:07 +02:00
parent 2678e64a99
commit d5fe57012d
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
_At the moment, the project does **not** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). That is expected to change with version 1.0._ _At the moment, the project does **not** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). That is expected to change with version 1.0._
## [0.12.1] - unreleased ## [0.12.1] - 2020-08-05
[0.12.1]: https://github.com/trezor/trezor-firmware/compare/python/v0.12.0...master [0.12.1]: https://github.com/trezor/trezor-firmware/compare/python/v0.12.0...python/v0.12.1
### Added ### Added

View File

@ -1,4 +1,4 @@
__version__ = "0.12.0" __version__ = "0.12.1"
# fmt: off # fmt: off
MINIMUM_FIRMWARE_VERSION = { MINIMUM_FIRMWARE_VERSION = {