Skip to content

Commit 9881de6

Browse files
committed
Bump version to 0.10.0.2 for release
1 parent 696c952 commit 9881de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pygdbmi release history
22

3-
## dev
3+
## 0.10.0.2
44
* Strings containing escapes are now unescaped, both for messages in error records, which were previously mangled (#57), and textual records, which were previously left escaped (#58)
55
* Dropped support for Python 3.6 and added explicit support for Python 3.9 and 3.10.
66

pygdbmi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0.1"
1+
__version__ = "0.10.0.2"

0 commit comments

Comments
 (0)