We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff8a7a commit 307da3aCopy full SHA for 307da3a
CHANGELOG.md
@@ -1,4 +1,10 @@
1
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
8
## [v0.5.28] - 2025-04-03
9
10
### Changed
mythic_container/__init__.py
@@ -4,7 +4,7 @@
containerVersion = "v1.3.9"
-PyPi_version = "0.5.28"
+PyPi_version = "0.5.29"
RabbitmqConnection = rabbitmqConnectionClass()
setup.py
@@ -10,7 +10,7 @@
# This call to setup() does all the work
11
setup(
12
name="mythic_container",
13
- version="0.5.28",
+ version="0.5.29",
14
description="Functionality for Mythic Services",
15
long_description=README,
16
long_description_content_type="text/markdown",
0 commit comments