Skip to content

Commit

Permalink
Release v1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 10, 2019
1 parent 667585d commit 84dcabd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Change Log

## 1.0.0a1 10/09/2019

* First alpha release with Windows support.

5 changes: 2 additions & 3 deletions gns3_webclient_pack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "1.0.0dev1"
__version_info__ = (1, 0, 0, 99)
__version__ = "1.0.0a1"
__version_info__ = (1, 0, 0, -99)# Add the commit ID if this is a development version

# Add the commit ID if this is a development version
if "dev" in __version__:
try:
import os
Expand Down

0 comments on commit 84dcabd

Please sign in to comment.