Skip to content

Commit

Permalink
chg: dev: Bumping version to release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-jenkins committed Jan 26, 2016
1 parent f104a2c commit fc168db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"repo_name": "topology_docker",
"short_description": "Docker based Platform Engine plugin for the Network Topology Framework.",
"year": "2015-2016",
"version": "1.1.0"
"version": "1.2.0"
}
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Documentation
Changelog
=========

1.2.0
-----

**Changes**

- Refactored node loading logic to use ``topology.platforms.utils.NodeLoader``
instead.

1.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/topology_docker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

__author__ = 'Hewlett Packard Enterprise Development LP'
__email__ = '[email protected]'
__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit fc168db

Please sign in to comment.