Skip to content

Commit

Permalink
Merge pull request #302 from jnsebgosselin/release_0.4.0
Browse files Browse the repository at this point in the history
PR: Release 0.4.0
  • Loading branch information
jnsebgosselin committed Oct 20, 2019
2 parents 86c3748 + 984400a commit 787cdcd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ branches:

environment:
global:
GWHAT_VERSION: "gwhat_0.4.0.dev0"
GWHAT_VERSION: "gwhat_0.4.0"

matrix:
- PYTHON: "C:\\Python36-x64"
Expand Down Expand Up @@ -45,7 +45,7 @@ test_script:

after_test:
# Install requirements for packaging GWHAT.
- python -m pip install pyinstaller pywin32 tornado
- python -m pip install pyinstaller==3.4 pywin32 tornado

# Package GWHAT with PyInstaller.
- cmd: set PYTHONPATH=C:\projects\gwhat;%PYTHONPATH%
Expand Down
4 changes: 2 additions & 2 deletions gwhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
import sys


version_info = (0, 4, 0, 'dev0')
version_info = (0, 4, 0)
__version__ = '.'.join(map(str, version_info))
__appname__ = 'GWHAT'
__namever__ = __appname__ + " " + __version__
__date__ = '22/12/2018'
__date__ = '20/10/2019'
__project_url__ = "https://github.com/jnsebgosselin/gwhat"
__releases_url__ = __project_url__ + "/releases"
__releases_api__ = "https://github.com/gitapi/repos/jnsebgosselin/gwhat/releases"
Expand Down
10 changes: 5 additions & 5 deletions gwhat/ressources/WHAT_banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gwhat/ressources/WHAT_banner_750px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gwhat/ressources/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions gwhat/ressources/splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 787cdcd

Please sign in to comment.