Skip to content

Commit

Permalink
Bump version to 0.5.0 (#229)
Browse files Browse the repository at this point in the history
* Bump version to 0.5.0

* Update the Read the Docs configuration

Signed-off-by: Roald Nefs <[email protected]>
  • Loading branch information
roaldnefs authored Jan 17, 2021
1 parent c1c28a9 commit ab17ad9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ formats:
python:
version: 3.7
install:
- docs/requirements.txt
- requirements: docs/requirements.txt
6 changes: 3 additions & 3 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Please note we have a code of conduct, please follow it in all your interactions

git remote add upstream https://github.com/warpnet/salt-lint.git

4. Create a new branch in your clone. Create your branch from the develop branch::
4. Create a new branch in your clone. Create your branch from the main branch::

git fetch upstream
git checkout -b add-cool-feature upstream/develop
git checkout -b add-cool-feature upstream/main

5. Edit and commit changes to your branch::

Expand Down Expand Up @@ -52,7 +52,7 @@ Write a short, descriptive commit title and a longer commit message if necessary

7. Find the branch on your GitHub salt fork.

8. Open a new pull request. Click on `Pull Request` on the right near the top of you fork. Choose `develop` as the base branch. Review that the proposed changes are what you expect. Write a descriptive comment. Include links to related issues (e.g. 'Fixes #1.') in the comment field. Click `Create pull request`.
8. Open a new pull request. Click on `Pull Request` on the right near the top of you fork. Choose `main` as the base branch. Review that the proposed changes are what you expect. Write a descriptive comment. Include links to related issues (e.g. 'Fixes #1.') in the comment field. Click `Create pull request`.

9. Salt-lint project members will review your pull request and automated tests will run on it.

Expand Down
2 changes: 1 addition & 1 deletion saltlint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

NAME = 'salt-lint'
VERSION = '0.4.2'
VERSION = '0.5.0'
DESCRIPTION = __doc__

__author__ = 'Warpnet B.V.'
Expand Down

0 comments on commit ab17ad9

Please sign in to comment.