Skip to content

Commit

Permalink
Merge pull request #426 from jnsebgosselin/release_0.5.1
Browse files Browse the repository at this point in the history
PR: Release GWHAT version 0.5.1
  • Loading branch information
jnsebgosselin authored Jul 20, 2022
2 parents 9947e6e + a0c39e4 commit 2910f12
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 64 deletions.
2 changes: 1 addition & 1 deletion 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.5.0"
GWHAT_VERSION: "gwhat_0.5.1"

matrix:
- PYTHON: "C:\\Python38-x64"
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, 5, 0)
version_info = (0, 5, 1)
__version__ = '.'.join(map(str, version_info))
__appname__ = 'GWHAT'
__namever__ = __appname__ + " " + __version__
__date__ = '07/10/2020'
__date__ = '18/07/2022'
__project_url__ = "https://github.com/jnsebgosselin/gwhat"
__issues_url__ = __project_url__ + "/issues"
__releases_url__ = __project_url__ + "/releases"
Expand Down
60 changes: 24 additions & 36 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.
51 changes: 26 additions & 25 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 2910f12

Please sign in to comment.