Skip to content

Commit

Permalink
Merge pull request #173 from Cloud-Architects/develop
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
leandrodamascena committed Nov 25, 2020
2 parents 322974a + 29b5fc2 commit 9f547b7
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 9f547b7

Please sign in to comment.