release 1.0.3

This commit is contained in:
Muayyad alsadi 2021-12-21 23:15:52 +02:00
parent 2803046ac3
commit 24ec539932
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: