Skip to content

Commit 307da3a

Browse files
committed
updating version from PR
1 parent eff8a7a commit 307da3a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [v0.5.29] - 2025-04-08
3+
4+
### Changed
5+
6+
- Merged a PR to fix an issue with a legacy RPC call
7+
28
## [v0.5.28] - 2025-04-03
39

410
### Changed

mythic_container/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
containerVersion = "v1.3.9"
66

7-
PyPi_version = "0.5.28"
7+
PyPi_version = "0.5.29"
88

99
RabbitmqConnection = rabbitmqConnectionClass()
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This call to setup() does all the work
1111
setup(
1212
name="mythic_container",
13-
version="0.5.28",
13+
version="0.5.29",
1414
description="Functionality for Mythic Services",
1515
long_description=README,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)