We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd8c33 commit 6fd8440Copy full SHA for 6fd8440
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.2
+current_version = 0.4.0
3
commit = True
4
tag = True
5
@@ -10,4 +10,3 @@ replace = u'{new_version}'
10
[bumpversion:file:src/abimap/_version.py]
11
search = __version__ = '{current_version}'
12
replace = __version__ = '{new_version}'
13
-
docs/conf.py
@@ -25,10 +25,10 @@
25
man_index = 'man_index'
26
description = 'Generate and update linker version scripts'
27
project = u'abimap'
28
-year = '2018'
+year = '2025'
29
author = u'Anderson Toshiyuki Sasaki <ansasaki@redhat.com>'
30
copyright = '{0}, {1}'.format(year, author)
31
-version = release = u'0.3.2'
+version = release = u'0.4.0'
32
33
pygments_style = 'trac'
34
templates_path = ['.']
0 commit comments