Skip to content

Commit b6ea60f

Browse files
authored
[FIX] Various stub fixes
Merge pull request #51 from MatrixEditor/dev/stubs-fixes
2 parents 80ffe6c + 0c0ba62 commit b6ea60f

File tree

22 files changed

+359
-317
lines changed

22 files changed

+359
-317
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.6.3] - Patch Release
4+
5+
### Fixed
6+
7+
**caterpillar**
8+
- Various stub files and decorator annotations
9+
310
## [2.6.2] - Patch Release
411

512
### Fixed

docs/sphinx/source/development/changelog.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ Changelog
66

77
*More entries will be added in the future.*
88

9+
.. _changelog_2.6.3:
10+
11+
[2.6.3] - Patch
12+
===============
13+
14+
Fixed
15+
-----
16+
17+
*caterpillar*
18+
^^^^^^^^^^^^^^^^^^^^^^^^^
19+
20+
- Fix various stub files and decorator annotations
21+
22+
923
.. _changelog_2.6.2:
1024

1125
[2.6.2] - Patch
@@ -17,12 +31,12 @@ Fixed
1731
*caterpillar.field._base*
1832
^^^^^^^^^^^^^^^^^^^^^^^^^
1933

20-
- Fix 1-length sized array fields
34+
- Fix 1-length sized array fields
2135

2236
*caterpillar*
2337
^^^^^^^^^^^^^
2438

25-
- Add compatibility with at least Python 3.10 by using ``typing_extensions``
39+
- Add compatibility with at least Python 3.10 by using ``typing_extensions``
2640

2741

2842
.. _changelog_2.6.1:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmake.source-dir = "."
88

99
[project]
1010
name = "caterpillar"
11-
version = "2.6.2"
11+
version = "2.6.3"
1212
requires-python = ">=3.10"
1313
description = "Library to pack and unpack structurized binary data."
1414
authors = [{ name = "MatrixEditor" }]

0 commit comments

Comments
 (0)