Skip to content

Commit

Permalink
Bump version: 4.3.0.dev → 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Feb 23, 2019
1 parent 3ed4df3 commit ed23700
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 = 4.3.0.dev
current_version = 4.3.0
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 @@ -45,7 +45,7 @@ or add this to your ``requirements.yml``

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

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 @@ -30,7 +30,7 @@

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


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

0 comments on commit ed23700

Please sign in to comment.