Skip to content

Commit

Permalink
Merge pull request #13 from serverscom/mitogen_0.3.4
Browse files Browse the repository at this point in the history
Mitogen 0.3.4
  • Loading branch information
amarao committed Jul 3, 2023
2 parents a1c6ee8 + 0dd0d92 commit d3e531a
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 133 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ back right after module import, so the original
files are kept intact.

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

Mitogen installation:

```bash
pip install git+https://github.com/mitogen-hq/mitogen@master
pip install mitogen==0.3.4
```

Then, you need to install this collection:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: serverscom
name: mitogen
version: 1.0.1
version: 1.3.4
readme: README.md
authors:
- Sergey Putko <psvmcc+ansible-galaxy@gmail.com>
Expand Down
Loading

0 comments on commit d3e531a

Please sign in to comment.