Skip to content

Commit

Permalink
1.4.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Nov 2, 2015
1 parent 69c38c6 commit f313ac1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.4.0b5 02/11/2015

* Freeze requirements for aiohttp because 0.18 doesn't support Python 3.4.
* Fix crash in IOU config export.
* Raise an error when you use a port outside the ranges. Fixes #739.
* Fixes Windows named pipe issue. Fixes #340.

## 1.4.0b4 19/10/2015

* Support for modifications to a base Qemu VM (not a linked clone).
Expand Down
4 changes: 2 additions & 2 deletions gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "1.4.0dev10"
__version_info__ = (1, 4, 0, 10)
__version__ = "1.4.0b5"
__version_info__ = (1, 4, 0, -5)

0 comments on commit f313ac1

Please sign in to comment.