Skip to content

Commit 451bed0

Browse files
committed
Change version to v0.4.1
1 parent 551dd09 commit 451bed0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Stable (v0.4)
3737

3838
This is the stable release track. Only bug fixes and stability improvements will be made.
3939

40-
Latest stable release is `v0.4.0 <https://github.com/cogu/autosar/releases/tag/v0.4.0>`_.
40+
Latest stable release is `v0.4.1 <https://github.com/cogu/autosar/releases/tag/v0.4.1>`_.
4141

4242
Future work will be tracked on branch *release/0.4*.
4343

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '0.4'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.4.0'
63+
release = '0.4.1'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def readme():
66
return f.read()
77

88
setup(name='autosar',
9-
version='0.4.0',
9+
version='0.4.1',
1010
description='A set of Python modules for working with AUTOSAR XML files',
1111
long_description=readme(),
1212
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)