Skip to content

Commit d3e531a

Browse files
authored
Merge pull request #13 from serverscom/mitogen_0.3.4
Mitogen 0.3.4
2 parents a1c6ee8 + 0dd0d92 commit d3e531a

File tree

4 files changed

+134
-133
lines changed

4 files changed

+134
-133
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ back right after module import, so the original
1515
files are kept intact.
1616

1717
## Install
18-
To use this collection, you need to install Mitogen from the master branch:
18+
To use this collection, you need to install Mitogen. Up to a moment you've have
19+
to use master from mitogen repo (`pip install git+https://github.com/mitogen-hq/mitogen@master`),
20+
but there was a release of version 0.3.4 on 2023-07-03 which made it unnecessary.
21+
22+
Mitogen installation:
1923

2024
```bash
21-
pip install git+https://github.com/mitogen-hq/mitogen@master
25+
pip install mitogen==0.3.4
2226
```
2327

2428
Then, you need to install this collection:

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: serverscom
33
name: mitogen
4-
version: 1.0.1
4+
version: 1.3.4
55
readme: README.md
66
authors:
77
- Sergey Putko <[email protected]>

0 commit comments

Comments
 (0)