Skip to content

Commit

Permalink
Merge pull request #247 from jnsebgosselin/release_0.3.4
Browse files Browse the repository at this point in the history
PR: Release version 0.3.4
  • Loading branch information
jnsebgosselin authored Dec 22, 2018
2 parents cdf36d6 + 4633414 commit 4f82ee1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.3.4.dev0"
GWHAT_VERSION: "gwhat_0.3.4"

matrix:
- PYTHON: "C:\Python36-x64"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.3.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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, 3, 4, 'dev0')
version_info = (0, 3, 4)
__version__ = '.'.join(map(str, version_info))
__appname__ = 'GWHAT'
__namever__ = __appname__ + " " + __version__
__date__ = '12/12/2018'
__date__ = '22/12/2018'
__project_url__ = "https://github.com/jnsebgosselin/gwhat"
__releases_url__ = __project_url__ + "/releases"
__releases_api__ = "https://api.github.com/repos/jnsebgosselin/gwhat/releases"
Expand Down
8 changes: 4 additions & 4 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.
6 changes: 3 additions & 3 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 4f82ee1

Please sign in to comment.