Skip to content

Commit 091ff31

Browse files
committed
Bump version: 0.4.0 → 0.5.0
1 parent b50413c commit 091ff31

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
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 = 0.4.0
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Unreleased Changes
88
------------------
99

1010
<!-- insertion marker -->
11+
[0.5.0] - 2021-02-01
12+
--------------------
1113
- Make home page generation optional
1214
- Handle attachments in the wiki
1315

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github, gitlab or gitea.
99

1010
## Current Version
1111

12-
Version: `0.4.0`
12+
Version: `0.5.0`
1313

1414
## Translation Method
1515

moin2gitwiki/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Nigel Metheringham"""
44
__email__ = "[email protected]"
5-
__version__ = "0.4.0"
5+
__version__ = "0.5.0"
66

77
# end

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "moin2gitwiki"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "MoinMoin To Git (Markdown) Wiki Converter"
55
authors = ["Nigel Metheringham <[email protected]>"]
66
readme = "README.md"

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.4.0"
5+
assert __version__ == "0.5.0"

0 commit comments

Comments
 (0)