Skip to content

Commit

Permalink
Bump version: 4.3.1.dev → 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Feb 25, 2019
1 parent 5cac0a7 commit 49c000f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 4.3.1.dev
current_version = 4.3.1
commit = false
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}.{release}
{major}.{minor}.{patch}

Expand All @@ -15,6 +15,7 @@ serialize =

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
gamma

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ or add this to your ``requirements.yml``

```
- name: nolte.minecraft
version: v4.3.1.dev
version: v4.3.1
```

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 = "4.3.1.dev"
version = "4.3.1"


# 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: 4.3.1.dev
version: 4.3.1
...
.. warning::
Expand Down

0 comments on commit 49c000f

Please sign in to comment.