commit/dayOfTheWeek: abdel792: Created the release 5.0 which include the compatibility with wxPython 4.0 and Python 3.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 18 Jan 2018 22:11:43 +0000 (UTC)

1 new commit in dayOfTheWeek:

https://bitbucket.org/nvdaaddonteam/dayoftheweek/commits/1e0afd2cc5e9/
Changeset:   1e0afd2cc5e9
Branch:      stable
User:        abdel792
Date:        2018-01-18 22:04:56+00:00
Summary:     Created the release 5.0 which include the compatibility with 
wxPython 4.0 and Python 3.

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index 240e60a..30b4638 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("""With this add-on, you'll be able to find the 
day of the week corresponding to a chosen date."""),
        # version
-       "addon_version" : "5.0-dev",
+       "addon_version" : "5.0",
        # Author(s)
        "addon_author" : u"Abdel <abdelkrim.bensaid@xxxxxxxxx>, Noelia 
<nrm1977@xxxxxxxxx>",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 931ac71..78403be 100644
--- a/readme.md
+++ b/readme.md
@@ -56,6 +56,6 @@ It adds a submenu in the NVDA Preferences menu named "Day of 
the week", containi
 
 *       Initial version.
 
-[1]: 
https://github.com/abdel792/dayOfTheWeek/releases/download/v4.4/dayOfTheWeek-4.4.nvda-addon
+[1]: 
https://github.com/abdel792/dayOfTheWeek/releases/download/v5.0/dayOfTheWeek-5.0.nvda-addon
 
-[2]: 
https://github.com/abdel792/dayOfTheWeek/releases/download/v5.0-dev/dayOfTheWeek-5.0-dev.nvda-addon
+[2]: 
https://github.com/abdel792/dayOfTheWeek/releases/download/v5.0/dayOfTheWeek-5.0.nvda-addon

Repository URL: https://bitbucket.org/nvdaaddonteam/dayoftheweek/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/dayOfTheWeek: abdel792: Created the release 5.0 which include the compatibility with wxPython 4.0 and Python 3. - commits-noreply