Commit 451bed0 1 parent 551dd09 commit 451bed0 Copy full SHA for 451bed0
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Stable (v0.4)
37
37
38
38
This is the stable release track. Only bug fixes and stability improvements will be made.
39
39
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 >`_.
41
41
42
42
Future work will be tracked on branch *release/0.4 *.
43
43
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '0.4'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.4.0 '
63
+ release = '0.4.1 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ def readme():
6
6
return f .read ()
7
7
8
8
setup (name = 'autosar' ,
9
- version = '0.4.0 ' ,
9
+ version = '0.4.1 ' ,
10
10
description = 'A set of Python modules for working with AUTOSAR XML files' ,
11
11
long_description = readme (),
12
12
long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments