Skip to content

Commit 602080e

Browse files
committed
bump version
1 parent 744cc60 commit 602080e

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.0]
11+
12+
### Fixed
13+
14+
* [#9](https://github.com/ofabel/mp-flipper/issues/9): Update to latest SDK version.
15+
1016
## [1.7.0]
1117

1218
### Changed
@@ -172,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
172178
* Basic build setup
173179
* Minimal working example
174180

175-
[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.7.0...dev
181+
[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.8.0...dev
182+
[1.8.0]: https://github.com/ofabel/mp-flipper/compare/v1.7.0...v1.8.0
176183
[1.7.0]: https://github.com/ofabel/mp-flipper/compare/v1.6.0...v1.7.0
177184
[1.6.0]: https://github.com/ofabel/mp-flipper/compare/v1.5.0...v1.6.0
178185
[1.5.0]: https://github.com/ofabel/mp-flipper/compare/v1.4.0...v1.5.0

application.fam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ App(
55
entry_point="upython",
66
stack_size=4 * 1024,
77
fap_category="Tools",
8-
fap_version="1.7",
8+
fap_version="1.8",
99
fap_description="Compile and execute MicroPython scripts",
1010
fap_icon="icon.png",
1111
fap_icon_assets="images",

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.8
2+
3+
* Update to latest SDK version.
4+
15
## 1.7
26

37
* Replaced speaker note constants with an attribute delegator function to save space.

docs/pages/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def copy_dict(source, target):
3333
project = 'uPython'
3434
copyright = str(now.year) + ', Oliver Fabel'
3535
author = 'Oliver Fabel'
36-
release = '1.7.0'
37-
version = '1.7'
36+
release = '1.8.0'
37+
version = '1.8'
3838
language = 'en'
3939

4040
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "flipperzero"
7-
version = "1.7.0"
7+
version = "1.8.0"
88
authors = [
99
{ name = "Oliver Fabel" },
1010
]

0 commit comments

Comments
 (0)