Skip to content

Commit

Permalink
Bump version: 5.0.2.dev → 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Apr 29, 2019
1 parent 0f74208 commit c188f29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.2.dev
current_version = 5.0.2
commit = false
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ or add this to your ``requirements.yml``

```
- name: nolte.minecraft
version: v5.0.2.dev
version: v5.0.2
```

and execute ``ansible-galaxy install -r requirements.yml``
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# General information about the project.
project = "Ansible Minecraft Role"
version = "5.0.2.dev"
version = "5.0.2"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ List this ``role`` under the ``requirements.yml`` file.
...
- name: nolte.minecraft
version: 5.0.2.dev
version: 5.0.2
...
.. warning::
Expand Down

0 comments on commit c188f29

Please sign in to comment.