Skip to content

Commit 0f5cf25

Browse files
committed
Updated version to 7.3rc2
1 parent 77e1013 commit 0f5cf25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 = "7.3rc2.dev1"
9+
VERSION = "7.3rc2"
1010
with open(join(dirname(abspath(__file__)), "README.rst")) as f:
1111
LONG_DESCRIPTION = f.read()
1212
base_url = "https://github.com/robotframework/robotframework/blob/master"

src/robot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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 = "7.3rc2.dev1"
21+
VERSION = "7.3rc2"
2222

2323

2424
def get_version(naked=False):

0 commit comments

Comments
 (0)