Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monkeysign
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simonft
monkeysign
Commits
6c31ff9d
Commit
6c31ff9d
authored
Sep 30, 2013
by
Antoine Beaupré
Browse files
Options
Downloads
Patches
Plain Diff
prepare 1.1 upload to unstable!
parent
8f64acca
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+2
-2
2 additions, 2 deletions
debian/changelog
monkeysign/__init__.py
+1
-1
1 addition, 1 deletion
monkeysign/__init__.py
with
3 additions
and
3 deletions
debian/changelog
+
2
−
2
View file @
6c31ff9d
monkeysign (1.1
~git) UNRELEASED
; urgency=low
monkeysign (1.1
) unstable
; urgency=low
[Antoine Beaupré]
* improved SMTP support:
...
...
@@ -21,7 +21,7 @@ monkeysign (1.1~git) UNRELEASED; urgency=low
* fix some typos (Closes: #722964)
* add --cert-level option (Closes: #722740)
-- Antoine Beaupré <anarcat@debian.org>
Mon, 30 Sep 2013 22:26:12
+0200
-- Antoine Beaupré <anarcat@debian.org>
Tue, 01 Oct 2013 00:22:30
+0200
monkeysign (1.0) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
monkeysign/__init__.py
+
1
−
1
View file @
6c31ff9d
# -*- coding: utf-8 -*-
__version_info__
=
(
'
1
'
,
'
0
'
)
__version_info__
=
(
'
1
'
,
'
1
'
)
__version__
=
'
.
'
.
join
(
__version_info__
)
__copyright__
=
"""
Copyright (C) 2010-2013 Antoine Beaupré, Jerome Charaoui
This program comes with ABSOLUTELY NO WARRANTY.
...
...
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