File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(EthPolicy)
8
8
eth_policy()
9
9
10
10
# project name and version should be set after cmake_policy CMP0048
11
- set (PROJECT_VERSION "0.4.4 " )
11
+ set (PROJECT_VERSION "0.4.5 " )
12
12
project (solidity VERSION ${PROJECT_VERSION} )
13
13
14
14
# Let's find our dependencies
Original file line number Diff line number Diff line change
1
+ ### 0.4.5 (unreleased)
2
+
1
3
### 0.4.4 (2016-10-31)
2
4
3
5
Bugfixes:
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ def setup(sphinx):
56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = '0.4.4 '
59
+ version = '0.4.5 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '0.4.4 -develop'
61
+ release = '0.4.5 -develop'
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments