Skip to content

Commit 9f547b7

Browse files
Merge pull request #173 from Cloud-Architects/develop
New version
2 parents 322974a + 29b5fc2 commit 9f547b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,11 @@ To run pre-commit hooks, you can issue the following command:
396396
pre-commit run --all-files
397397
```
398398
399+
Running cloudiscovery in development mode:
400+
```
401+
python cloudiscovery/__init__.py OPTIONS
402+
```
403+
399404
To add new resources to check limit, please remove "assets/.cache/cache.db"
400405
401406
## Making a release

cloudiscovery/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
print("Python 3.8 or newer is required", file=sys.stderr)
4242
sys.exit(1)
4343

44-
__version__ = "2.4"
44+
__version__ = "2.4.3"
4545

4646
AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]
4747

0 commit comments

Comments
 (0)