Skip to content

Commit 99ec34d

Browse files
committed
bumpup to 0.3
1 parent 36c7094 commit 99ec34d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,15 @@ See - [Keyword Documentation](https://eldaduzman.github.io/robotframework-geven
6969

7070
After test is completed go to `log.html`:
7171

72-
![](./docs/images/Possible-Log-File.png)
72+
![](https://raw.githubusercontent.com/eldaduzman/robotframework-gevent/main/docs/images/Possible-Log-File.png)
7373

7474

7575
Owing to the fact that keywords are executed asynchronously, we cannot know the order of keyword execution, so instead they are printed in a table format
7676

77+
78+
### For more examples
79+
80+
go to [examples](https://github.com/eldaduzman/robotframework-gevent/tree/main/examples)
7781
## Motivation
7882

7983
Modern software architecture is `event driven`, with many background process.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "robotframework-gevent"
3-
version = "0.2-beta.2"
3+
version = "0.3.0"
44
description = "Run keywords asynchronously with the power of gevent"
55
authors = ["Eldad Uzman <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)