File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ Future Themes (In-Progress or Planned):
19
19
- Table: Coded Locators and GNS
20
20
- Recipes
21
21
22
+ 1.2.13
23
+ ------
24
+
22
25
1.2.12
23
26
------
24
27
- Added assert_or and assert_and methods to Asserter object.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def __join_paths(*paths):
29
29
author = 'Rahul Verma'
30
30
31
31
# The full version, including alpha/beta/rc tags
32
- release = '1.2.12 '
32
+ release = '1.2.13 '
33
33
34
34
35
35
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 26
26
27
27
setup (
28
28
name = "arjuna" ,
29
- version = "1.2.12 " ,
29
+ version = "1.2.13 " ,
30
30
url = "https://rahulverma.net" ,
31
31
description = "Arjuna is a Python based test automation framework developed by Rahul Verma (www.rahulverma.net)." ,
32
32
author = "Rahul Verma" ,
You can’t perform that action at this time.
0 commit comments