Skip to content

Commit 7c773c4

Browse files
committed
bum
1 parent 135d64f commit 7c773c4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
<!-- do not remove -->
44

5-
## 0.0.3
65

6+
## 0.0.3
77

8+
- fix ufw and systemd
89

910

1011
## 0.0.2

fastcloudinit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"
22
from .core import *

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = fastcloudinit
33
lib_name = fastcloudinit
4-
version = 0.0.3
4+
version = 0.0.4
55
min_python = 3.9
66
license = apache2
77
black_formatting = False

0 commit comments

Comments
 (0)