Skip to content

Commit

Permalink
0.33.0rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Aug 8, 2018
1 parent 01d58e4 commit 1509eb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/appveyor/sakia.iss
Expand Up @@ -15,7 +15,7 @@
#error "Unable to find MyAppExe"
#endif

#define MyAppVerStr "0.33.0rc6"
#define MyAppVerStr "0.33.0rc7"

[Setup]
AppName={#MyAppName}
Expand Down
2 changes: 1 addition & 1 deletion ci/travis/debian/DEBIAN/control
@@ -1,5 +1,5 @@
Package: sakia
Version: 0.33.0rc6
Version: 0.33.0rc7
Section: misc
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion res/linux/usr/share/applications/sakia.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.33.0rc6
Version=0.33.0rc7
Name=Sakia
Comment=Duniter Qt Client
Exec=sakia
Expand Down
2 changes: 1 addition & 1 deletion src/sakia/__init__.py
@@ -1,2 +1,2 @@
__version_info__ = ('0', '33', '0rc6')
__version_info__ = ('0', '33', '0rc7')
__version__ = '.'.join(__version_info__)

0 comments on commit 1509eb4

Please sign in to comment.