1
0
mirror of https://github.com/ansible/mazer.git synced 2026-02-05 12:45:17 +01:00
Files
mazer/ansible_galaxy/__init__.py
Adrian Likins 91262d9876 Updates to enable using 'bumpversion'
Add ansible_galaxy/__init__ to bumpversion files

Remove ansible_galaxy_cli import in setup.py

Add dev/bumpversion targets to Makefile

See https://github.com/peritus/bumpversion for
bumpversion docs.

If current version is '0.1.0',
use 'bumpversion patch' or 'make dev/bumpversion-patch' to:

- Replace ansible_galaxy*/__init__.py __version__ value with '0.1.1'
- Replace setup.py 'version' value with '0.1.1'
- Replace setup.cfg 'version' value with '0.1.1'
- commit those changes with the message
  "Bump version: 0.1.0 → 0.1.1"
- git tag as 'v0.1.1'
2018-06-27 15:59:34 -04:00

2 lines
22 B
Python

__version__ = '0.1.0'