Skip to content

Commit

Permalink
PR: Release version 0.3.0 (#183)
Browse files Browse the repository at this point in the history
* Increase version_info and __date__

* Increase release version in Splash and Banner

* Increase release version in conf.py for doc
  • Loading branch information
jnsebgosselin committed Apr 16, 2018
1 parent 7f29443 commit ecd15d6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.5'
release = '0.3.0'

# 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, 0, 'dev')
version_info = (0, 3, 0)
__version__ = '.'.join(map(str, version_info))
__appname__ = 'GWHAT'
__namever__ = __appname__ + " " + __version__
__date__ = '09/03/2018'
__date__ = '16/04/2018'
__project_url__ = "https://github.com/jnsebgosselin/gwhat"
__releases_url__ = __project_url__ + "/releases"
__releases_api__ = "https://github.com/gitapi/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.
8 changes: 4 additions & 4 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 ecd15d6

Please sign in to comment.