Skip to content

Commit b98b26a

Browse files
author
nolte
committed
Bump version: 5.0.11.dev → 5.0.11
1 parent 43b26a4 commit b98b26a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.11.dev
2+
current_version = 5.0.11
33
commit = false
44
tag = false
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ or add this to your ``requirements.yml``
4444

4545
```
4646
- name: nolte.minecraft
47-
version: v5.0.11.dev
47+
version: v5.0.11
4848
```
4949

5050
and execute ``ansible-galaxy install -r requirements.yml``

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# General information about the project.
2525
project = "Ansible Minecraft Role"
26-
version = "5.0.11.dev"
26+
version = "5.0.11"
2727

2828

2929
# The language for content autogenerated by Sphinx. Refer to documentation

docs/usage/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ List this ``role`` under the ``requirements.yml`` file.
3434
3535
...
3636
- name: nolte.minecraft
37-
version: 5.0.11.dev
37+
version: 5.0.11
3838
...
3939
4040
.. warning::

0 commit comments

Comments
 (0)