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 6
6
<artifactId >robotframework</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Robot Framework</name >
9
- <version >4.1.2rc2 </version >
9
+ <version >4.1.2rc3.dev1 </version >
10
10
<description >High level test automation framework</description >
11
11
<url >http://robotframework.org</url >
12
12
<licenses >
Original file line number Diff line number Diff line change 6
6
7
7
# Version number typically updated by running `invoke set-version <version>`.
8
8
# Run `invoke --help set-version` or see tasks.py for details.
9
- VERSION = '4.1.2rc2 '
9
+ VERSION = '4.1.2rc3.dev1 '
10
10
with open (join (dirname (abspath (__file__ )), 'README.rst' )) as f :
11
11
LONG_DESCRIPTION = f .read ()
12
12
base_url = 'https://github.com/robotframework/robotframework/blob/master'
Original file line number Diff line number Diff line change 18
18
19
19
# Version number typically updated by running `invoke set-version <version>`.
20
20
# Run `invoke --help set-version` or see tasks.py for details.
21
- VERSION = '4.1.2rc2 '
21
+ VERSION = '4.1.2rc3.dev1 '
22
22
23
23
24
24
def get_version (naked = False ):
You can’t perform that action at this time.
0 commit comments