-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chg: dev: Bumping version to release 1.8.0.
- Loading branch information
1 parent
a234d25
commit 286e4bc
Showing
3 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
"author": "Hewlett Packard Enterprise Development LP", | ||
"email": "[email protected]", | ||
"repo_url": "https://github.com/HPENetworking/topology_docker", | ||
"doc_url": "http://topology-docker.rtfd.org/", | ||
"project_name": "Docker Platform Engine for Topology", | ||
"doc_url": "https://topology-docker.readthedocs.io/", | ||
"project_name": "Topology Docker", | ||
"repo_name": "topology_docker", | ||
"short_description": "Docker based Platform Engine plugin for the Network Topology Framework.", | ||
"year": "2015-2016", | ||
"version": "1.6.0" | ||
"short_description": "Docker based Platform Engine for the Topology Framework.", | ||
"year": "2015-2020", | ||
"version": "1.8.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# Copyright (C) 2015-2018 Hewlett Packard Enterprise Development LP | ||
# Copyright (C) 2015-2020 Hewlett Packard Enterprise Development LP | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -19,9 +19,6 @@ | |
topology_docker module entry point. | ||
""" | ||
|
||
from __future__ import unicode_literals, absolute_import | ||
from __future__ import print_function, division | ||
|
||
__author__ = 'Hewlett Packard Enterprise Development LP' | ||
__email__ = '[email protected]' | ||
__version__ = '1.7.0' | ||
__version__ = '1.8.0' |