Skip to content

Commit 6fd8440

Browse files
committed
Bump version: 0.4.0 → 0.4.0
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
1 parent 6dd8c33 commit 6fd8440

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.2
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

@@ -10,4 +10,3 @@ replace = u'{new_version}'
1010
[bumpversion:file:src/abimap/_version.py]
1111
search = __version__ = '{current_version}'
1212
replace = __version__ = '{new_version}'
13-

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
man_index = 'man_index'
2626
description = 'Generate and update linker version scripts'
2727
project = u'abimap'
28-
year = '2018'
28+
year = '2025'
2929
author = u'Anderson Toshiyuki Sasaki <ansasaki@redhat.com>'
3030
copyright = '{0}, {1}'.format(year, author)
31-
version = release = u'0.3.2'
31+
version = release = u'0.4.0'
3232

3333
pygments_style = 'trac'
3434
templates_path = ['.']

0 commit comments

Comments
 (0)