Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sébastien DA ROCHA
sakia
Commits
ae45fcc7
Commit
ae45fcc7
authored
8 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
0.20.0dev13
parent
1b5ac3fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci/appveyor/sakia.iss
+1
-1
1 addition, 1 deletion
ci/appveyor/sakia.iss
ci/travis/debian/DEBIAN/control
+1
-1
1 addition, 1 deletion
ci/travis/debian/DEBIAN/control
src/sakia/__init__.py
+1
-1
1 addition, 1 deletion
src/sakia/__init__.py
with
3 additions
and
3 deletions
ci/appveyor/sakia.iss
+
1
−
1
View file @
ae45fcc7
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#error "Unable to find MyAppExe"
#error "Unable to find MyAppExe"
#endif
#endif
#define MyAppVerStr "0.20.0dev1
2
"
#define MyAppVerStr "0.20.0dev1
3
"
[Setup]
[Setup]
AppName={#MyAppName}
AppName={#MyAppName}
...
...
This diff is collapsed.
Click to expand it.
ci/travis/debian/DEBIAN/control
+
1
−
1
View file @
ae45fcc7
Package: sakia
Package: sakia
Version: 0.20.0dev1
2
Version: 0.20.0dev1
3
Section: misc
Section: misc
Priority: optional
Priority: optional
Architecture: all
Architecture: all
...
...
This diff is collapsed.
Click to expand it.
src/sakia/__init__.py
+
1
−
1
View file @
ae45fcc7
__version_info__
=
(
'
0
'
,
'
20
'
,
'
0dev1
2
'
)
__version_info__
=
(
'
0
'
,
'
20
'
,
'
0dev1
3
'
)
__version__
=
'
.
'
.
join
(
__version_info__
)
__version__
=
'
.
'
.
join
(
__version_info__
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment