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
Deploy
Releases
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
1afcb376
Commit
1afcb376
authored
8 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
0.20.1
parent
10db91a3
No related branches found
Branches containing commit
Tags
0.20.1
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 @
1afcb376
...
...
@@ -15,7 +15,7 @@
#error "Unable to find MyAppExe"
#endif
#define MyAppVerStr "0.20.
0
"
#define MyAppVerStr "0.20.
1
"
[Setup]
AppName={#MyAppName}
...
...
This diff is collapsed.
Click to expand it.
ci/travis/debian/DEBIAN/control
+
1
−
1
View file @
1afcb376
Package: sakia
Version: 0.20.
0
Version: 0.20.
1
Section: misc
Priority: optional
Architecture: all
...
...
This diff is collapsed.
Click to expand it.
src/sakia/__init__.py
+
1
−
1
View file @
1afcb376
__version_info__
=
(
'
0
'
,
'
20
'
,
'
0
'
)
__version_info__
=
(
'
0
'
,
'
20
'
,
'
1
'
)
__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