diff --git a/VERSION b/VERSION index dee25b8d729..8f9c233d435 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0.0 0.1.rc1 +2.1.0.0 0.2.rc2 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index d8aeac5e583..342e351f9f2 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -26,3 +26,4 @@ __metaclass__ = type # This is for backwards compat. Code should be ported to get these from # ansible.release instead of from here. from ansible.release import __version__, __author__ +__version__ = '2.1.0.0' diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index d2bbf5a7b76..3931d06d962 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit d2bbf5a7b76bb0664a9467b7f251d184a5799e8f +Subproject commit 3931d06d962d305a4bffa1eda3695f281edeca93 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 8255064f74d..d25274a958e 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 8255064f74dd08390d54d6989536500073b1f82c +Subproject commit d25274a958e3a027dca7404d905aad743a821736