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

Commit

Permalink
Bump version to 0.4.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoWheelDev committed Oct 11, 2014
1 parent 4d1f05c commit 9ec380d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
0.4.0 Daniel Lintott <daniel@serverb.co.uk>

* Implement support for converting QEMU Based Devices (Qemu VM, ASA, PIX,
JUNOS, IDS)

0.3.5 Daniel Lintott <daniel@serverb.co.uk>

* Convert Host symbol to computer symbol (Fixes #11)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3.6.dev1'
release = '0.4.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
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.3.6.dev1'
__version__ = '0.4.0'
2 changes: 1 addition & 1 deletion tests/test_version.py
Expand Up @@ -4,7 +4,7 @@

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

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

0 comments on commit 9ec380d

Please sign in to comment.