Skip to content

Commit f91cb3f

Browse files
Add snippet for change
Closes #24
1 parent aecfb67 commit f91cb3f

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.snippets/24.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Update tools, packages and actions
2+
<!--
3+
type: feature
4+
scope: all
5+
affected: all
6+
-->
7+
8+
This change updates all tools, python packages and GitHub actions to their latest version.
9+
10+
The `sdist_upip.py` script does no longer remove the `PKG-INFO` and `LICENSE.txt` files from the root of the created `tar.gz` file to meet the [requirements of PyPI](https://packaging.python.org/en/latest/discussions/package-formats/)
11+
12+
This closes [#24](https://github.com/brainelectronics/micropython-package-template/issues/24)

be_upy_blink/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
22
# -*- coding: UTF-8 -*-
33

4-
__version_info__ = ("0", "10", "0")
4+
__version_info__ = ("0", "11", "0")
55
__version__ = '.'.join(__version_info__)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
]
1515
],
1616
"deps": [],
17-
"version": "0.10.0"
17+
"version": "0.11.0"
1818
}

0 commit comments

Comments
 (0)