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 66 <artifactId >robotframework</artifactId >
77 <packaging >jar</packaging >
88 <name >Robot Framework</name >
9- <version >4.1.2.dev1 </version >
9+ <version >4.1.2rc1 </version >
1010 <description >High level test automation framework</description >
1111 <url >http://robotframework.org</url >
1212 <licenses >
Original file line number Diff line number Diff line change 66
77# Version number typically updated by running `invoke set-version <version>`.
88# Run `invoke --help set-version` or see tasks.py for details.
9- VERSION = '4.1.2.dev1 '
9+ VERSION = '4.1.2rc1 '
1010with open (join (dirname (abspath (__file__ )), 'README.rst' )) as f :
1111 LONG_DESCRIPTION = f .read ()
1212 base_url = 'https://github.com/robotframework/robotframework/blob/master'
Original file line number Diff line number Diff line change 1818
1919# Version number typically updated by running `invoke set-version <version>`.
2020# Run `invoke --help set-version` or see tasks.py for details.
21- VERSION = '4.1.2.dev1 '
21+ VERSION = '4.1.2rc1 '
2222
2323
2424def get_version (naked = False ):
You can’t perform that action at this time.
0 commit comments