Skip to content

Commit dbe87b2

Browse files
author
nolte
committed
Bump version: 4.3.2.dev → 4.3.2
1 parent 11c9582 commit dbe87b2

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.bumpversion.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 4.3.2.dev
2+
current_version = 4.3.2
33
commit = false
44
tag = false
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}.{release}
88
{major}.{minor}.{patch}
99

@@ -15,6 +15,7 @@ serialize =
1515

1616
[bumpversion:part:release]
1717
optional_value = gamma
18-
values =
18+
values =
1919
dev
2020
gamma
21+

README.md

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

4646
```
4747
- name: nolte.minecraft
48-
version: v4.3.2.dev
48+
version: v4.3.2
4949
```
5050

5151
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 = "4.3.2.dev"
26+
version = "4.3.2"
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: 4.3.2.dev
37+
version: 4.3.2
3838
...
3939
4040
.. warning::

0 commit comments

Comments
 (0)