Skip to content

Commit

Permalink
Increase version number to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Aug 24, 2015
1 parent 36f1f4e commit ea92562
Show file tree
Hide file tree
Showing 65 changed files with 129 additions and 129 deletions.
4 changes: 2 additions & 2 deletions pelix/__init__.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/constants.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/framework.py
Expand Up @@ -8,7 +8,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -28,7 +28,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/http/__init__.py
Expand Up @@ -8,7 +8,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -28,7 +28,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/http/basic.py
Expand Up @@ -9,7 +9,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -29,7 +29,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/internals/__init__.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/internals/events.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/internals/registry.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/__init__.py
Expand Up @@ -8,7 +8,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -28,7 +28,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/constants.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -25,7 +25,7 @@
limitations under the License.
"""
# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/contexts.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/core.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/decorators.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/handlers/__init__.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/handlers/constants.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/handlers/properties.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/handlers/provides.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/handlers/requires.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/handlers/requiresbest.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/handlers/requiresmap.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/handlers/temporal.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions pelix/ipopo/instance.py
Expand Up @@ -6,7 +6,7 @@
:author: Thomas Calmant
:copyright: Copyright 2015, isandlaTech
:license: Apache License 2.0
:version: 0.6.2
:version: 0.6.3
..
Expand All @@ -26,7 +26,7 @@
"""

# Module version
__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down

0 comments on commit ea92562

Please sign in to comment.