Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Update changelog and release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoWheelDev committed Oct 28, 2014
1 parent d60893f commit ce4eb0f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.5.0 Daniel Lintott <[email protected]>

* Correctly handle a cloud being in a topology but not connected
* Correct WIC card numbering for routers. If multiple WICs were installed
it would create duplicate port names.
* Update the snapshot system based upon GNS3v1 snapshot system

0.4.0 Daniel Lintott <[email protected]>

* Implement support for converting QEMU Based Devices (Qemu VM, ASA, PIX,
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.1.dev1'
release = '0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gns3converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = '0.4.1.dev1'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TestVersion(unittest.TestCase):
def test_version(self):
self.assertEqual('0.4.1.dev1', gns3converter.__version__)
self.assertEqual('0.5.0', gns3converter.__version__)

if __name__ == '__main__':
unittest.main()

0 comments on commit ce4eb0f

Please sign in to comment.