mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-26 09:53:23 +01:00
release 1.0.3
This commit is contained in:
parent
2803046ac3
commit
24ec539932
@ -100,7 +100,7 @@ which have
|
|||||||
|
|
||||||
|
|
||||||
When testing the `AWX3` example, if you got errors just wait for db migrations to end.
|
When testing the `AWX3` example, if you got errors just wait for db migrations to end.
|
||||||
|
There is also AWX 17.1.0
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ except ImportError:
|
|||||||
import yaml
|
import yaml
|
||||||
from dotenv import dotenv_values
|
from dotenv import dotenv_values
|
||||||
|
|
||||||
__version__ = '1.0.2'
|
__version__ = '1.0.3'
|
||||||
|
|
||||||
PY3 = sys.version_info[0] == 3
|
PY3 = sys.version_info[0] == 3
|
||||||
if PY3:
|
if PY3:
|
||||||
|
Loading…
Reference in New Issue
Block a user