Skip to content

Commit cc684c1

Browse files
committed
1.2.19 base checkin
1 parent b44b4ec commit cc684c1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELIST.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Future Themes (In-Progress or Planned):
1919
- Table: Coded Locators and GNS
2020
- Recipes
2121

22+
1.2.19
23+
------
24+
2225
1.2.18
2326
------
2427
- Added support for text and attr dict based search in XML/HTML NodeLocator.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __join_paths(*paths):
2929
author = 'Rahul Verma'
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = '1.2.18'
32+
release = '1.2.19'
3333

3434
# -- General configuration ---------------------------------------------------
3535

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name = "arjuna",
29-
version = "1.2.18",
29+
version = "1.2.19",
3030
url = "https://rahulverma.net",
3131
description = "Arjuna is a Python based test automation framework developed by Rahul Verma (www.rahulverma.net).",
3232
author = "Rahul Verma",

0 commit comments

Comments
 (0)