Skip to content

Commit 4cf6cdd

Browse files
committed
bump version to 2.2.15
1 parent e401de0 commit 4cf6cdd

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
## Current Changes
2-
* 2.2.14
3-
* Bug fix for breakpoints
4-
* Switched to py-win32more for thread CONTEXT
2+
* 2.2.15
3+
* Implementation of exception related calls

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ k.attach("net:port=50000,key=1.2.3.4")
5858

5959

6060
## Release History
61+
* 2.2.15
62+
* Implementation of exception related calls
6163
* 2.2.14
6264
* Bug fix for breakpoints
6365
* Switched to py-win32more for thread CONTEXT

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
README = (HERE / "README.md").read_text()
77

88
setup(name='Pybag',
9-
version='2.2.14',
9+
version='2.2.15',
1010
description='Python wrappers for DbgEng from Windbg',
1111
long_description=README,
1212
long_description_content_type="text/markdown",
@@ -34,5 +34,5 @@
3434
'pywin32>=301',
3535
'win32more>=0.5.8'
3636
],
37-
python_requires=">=3.6.0",
37+
python_requires=">=3.7.0",
3838
)

0 commit comments

Comments
 (0)