Skip to content
Snippets Groups Projects
Commit a1f2f7c7 authored by inso's avatar inso
Browse files

Squashed commit of the following:

commit 9853124b
Author: inso <insomniak.fr@gmaiL.com>
Date:   Fri Jun 1 18:51:45 2018 +0200

    0.33.0rc5

commit 8a116834
Author: inso <insomniak.fr@gmaiL.com>
Date:   Fri Jun 1 18:51:26 2018 +0200

    0.330

commit 04f2eeba
Author: inso <insomniak.fr@gmaiL.com>
Date:   Fri Jun 1 18:48:27 2018 +0200

    Fix decode

commit ad103e75
Author: inso <insomniak.fr@gmaiL.com>
Date:   Fri Jun 1 18:18:28 2018 +0200

    Fix gitlab

commit 01edbd03
Author: inso <insomniak.fr@gmaiL.com>
Date:   Thu May 24 14:11:10 2018 +0200

    Fix setup.py
parent 86e65274
No related branches found
No related tags found
No related merge requests found
......@@ -58,5 +58,7 @@ releases:
- pip install -r requirements.txt
- pip install wheel
- pip install twine
- python gen_resources.py
- python gen_translations.py --lrelease
- python setup.py bdist_wheel
- twine upload dist/* --username duniter --password $PYPI_PASSWORD
......@@ -15,7 +15,7 @@
#error "Unable to find MyAppExe"
#endif
#define MyAppVerStr "0.33.0rc4"
#define MyAppVerStr "0.33.0rc5"
[Setup]
AppName={#MyAppName}
......
Package: sakia
Version: 0.33.0rc4
Version: 0.33.0rc5
Section: misc
Priority: optional
Architecture: all
......
[Desktop Entry]
Version=0.33.0rc4
Version=0.33.0rc5
Name=Sakia
Comment=Duniter Qt Client
Exec=sakia
......
......@@ -26,6 +26,10 @@ def which(program):
return None
path = os.path.abspath(os.path.join(os.path.dirname(__file__)))
EDITABLE_REQUIREMENT = re.compile(r'^-e (?P<link>(?P<vcs>git|svn|hg|bzr).+#egg=(?P<package>.+)-(?P<version>\d(?:\.\d)*))$')
install_requires = []
......
__version_info__ = ('0', '33', '0rc4')
__version_info__ = ('0', '330', '')
__version__ = '.'.join(__version_info__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment