diff --git a/CHANGELOG b/CHANGELOG index 81d72c7..182ddbb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,12 @@ # Change Log +## 1.0.0b2 06/11/2019 + +* Update README and bump version to 1.0.0dev2 +* Release v1.0.0b1 +* Packet capture support. +* Add gns3-webclient.desktop file in setup.py + ## 1.0.0a1 10/09/2019 * First alpha release with Windows support. diff --git a/gns3_webclient_pack/version.py b/gns3_webclient_pack/version.py index 5c87c70..aeb77fb 100644 --- a/gns3_webclient_pack/version.py +++ b/gns3_webclient_pack/version.py @@ -23,8 +23,8 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.0.0dev2" -__version_info__ = (1, 0, 0, 99) +__version__ = "1.0.0b2" +__version_info__ = (1, 0, 0, -99) # Add the commit ID if this is a development version if "dev" in __version__: