Skip to content

Commit

Permalink
Merge pull request #95 from Cloud-Architects/develop
Browse files Browse the repository at this point in the history
Fixed html error generation..
  • Loading branch information
leandrodamascena authored Jun 21, 2020
2 parents 5c1deeb + c0a4664 commit b90748b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ pre-commit run --all-files

## Making a release

1. Update the version in setup.py and create a new git tag with `git tag $VERSION`.
1. Update the version in cloudiscovery/__init\__.py and create a new git tag with `git tag $VERSION`.
2. Once you push the tag to GitHub with `git push --tags`, a new CircleCI build is triggered.

### Similar projects and products
Expand Down
2 changes: 1 addition & 1 deletion cloudiscovery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
print("Python 3.6 or newer is required", file=sys.stderr)
sys.exit(1)

__version__ = "2.1.0"
__version__ = "2.1.1"

AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]
DIAGRAMS_OPTIONS = ["True", "False"]
Expand Down

0 comments on commit b90748b

Please sign in to comment.