Skip to content

Commit 4aead99

Browse files
author
nolte
committed
Bump version: 5.0.3.dev → 5.0.3
1 parent 3b172e6 commit 4aead99

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.3.dev
2+
current_version = 5.0.3
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.3.dev
47+
version: v5.0.3
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.3.dev"
26+
version = "5.0.3"
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.3.dev
37+
version: 5.0.3
3838
...
3939
4040
.. warning::

0 commit comments

Comments
 (0)