File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ project (timew)
77include (CXXSniffer)
88include (FindAsciidoctor)
99
10- set (PROJECT_VERSION "1.4.3" )
10+ set (PROJECT_VERSION "1.4.3-dev " )
1111
1212string (TOUPPER "${CMAKE_BUILD_TYPE} " uppercase_CMAKE_BUILD_TYPE)
1313
Original file line number Diff line number Diff line change 11------ current release ---------------------------
22
3- 1.4.3 (2021-05-28) -
3+ 1.4.3 (2021-05-28) - fc618636aacba6e52d447b482aeef58b375dfc8c
44
55- #159 Tags enclosed in escaped double-quotes are not handled correctly
66 (thanks to Shaun Ruffell)
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class TestVersion(TestCase):
4444 def test_version_option (self ):
4545 """Verify that 'timew --version' returns something valid"""
4646 code , out , err = self .t ("--version" )
47- self .assertRegex (out , r'^\d\.\d+\.\d+(\. \w+)?$' )
47+ self .assertRegex (out , r'^\d\.\d+\.\d+(- \w+)?$' )
4848
4949
5050if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments