Commit Graph

7 Commits (f072e6c15a9bb839362d3bc85cb071c7c7f65f24)

Author SHA1 Message Date
Matt Clay 6cbd7cc5d8 Fix version in lib/ansible/release.py
Including `devel` in the version causes pip failures.
2018-02-09 04:47:31 -08:00
Matt Davis b6dc27249a bump devel to 2.6 2018-02-08 15:24:37 -08:00
Toshio Kuratomi b98220f63d Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00
Dag Wieers 5553b20828 Collated PEP8 fixes (#25293)
- Make PEP8 compliant
2017-06-02 12:14:11 +01:00
James Cammarata 76f28fd2fc Bumping devel version to 2.4.0 2017-03-15 09:42:01 -05:00
James Cammarata 447ab0ab95 Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00
Toshio Kuratomi 487e6562ca Fix ziploader for the cornercase of ansible invoking ansible.
* Make ziploader's ansible and ansible.module_utils libraries into
  namespace packages.
* Move __version__ and __author__ from ansible/__init__ to
  ansible/release.py.  This is because namespace packages only load one
  __init__.py.  If that is not the __init__.py with the author and
  version info then those won't be available.
* In ziplaoder, move the version ito ANSIBLE_CONSTANTS.
* Change PluginLoader to properly construct the path to the plugins even
  when namespace packages are present.
2016-04-29 08:47:49 -07:00