Skip to content

Commit

Permalink
Merge pull request #172 from Cloud-Architects/v2.4.3
Browse files Browse the repository at this point in the history
Version bump and readme adjusts
  • Loading branch information
patrykorwat authored Nov 25, 2020
2 parents 6c2bccf + cca4cb7 commit 29b5fc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@ To run pre-commit hooks, you can issue the following command:
pre-commit run --all-files
```
Running cloudiscovery in development mode:
```
python cloudiscovery/__init__.py OPTIONS
```
To add new resources to check limit, please remove "assets/.cache/cache.db"
## Making a release
Expand Down
2 changes: 1 addition & 1 deletion cloudiscovery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
print("Python 3.8 or newer is required", file=sys.stderr)
sys.exit(1)

__version__ = "2.4"
__version__ = "2.4.3"

AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]

Expand Down

0 comments on commit 29b5fc2

Please sign in to comment.