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
cbae2515
Commit
cbae2515
authored
Aug 29, 2014
by
Antoine Beaupré
Browse files
Options
Downloads
Patches
Plain Diff
prepare 1.2 release
parent
abe7bc36
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+10
-3
10 additions, 3 deletions
debian/changelog
monkeysign/__init__.py
+1
-1
1 addition, 1 deletion
monkeysign/__init__.py
with
11 additions
and
4 deletions
debian/changelog
+
10
−
3
View file @
cbae2515
monkeysign (1.2
~git0) UNRELEASED
; urgency=
low
monkeysign (1.2
) unstable
; urgency=
medium
* improve python 3 compatibility, partially (Closes: #725059)
* improve python 3 compatibility, partially (Closes: #725059)
* update translation strings
* update translation strings
* spanish translation, thanks to lilbit
* spanish translation, thanks to lilbit
* partial french translation
* partial french translation
* Czech translation, thanks to Michal Čihař
-- Antoine Beaupré <anarcat@debian.org> Tue, 01 Oct 2013 14:42:58 +0200
* Bug fix: "build_slides fails of two reasons", thanks to Felix Dreissig
(Closes: #738731).
* Bug fix: "build_manpage only works because of PyGTK encoding changes",
thanks to Felix Dreissig (Closes: #738730).
* Bug fix: "build_trans fails if called seperately", thanks to Felix
Dreissig (Closes: #738732).
-- Antoine Beaupré <anarcat@debian.org> Thu, 28 Aug 2014 20:23:57 -0700
monkeysign (1.1) unstable; urgency=low
monkeysign (1.1) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
monkeysign/__init__.py
+
1
−
1
View file @
cbae2515
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
__version_info__
=
(
'
1
'
,
'
1
'
)
__version_info__
=
(
'
1
'
,
'
2
'
)
__version__
=
'
.
'
.
join
(
__version_info__
)
__version__
=
'
.
'
.
join
(
__version_info__
)
__copyright__
=
"""
Copyright (C) 2010-2013 Antoine Beaupré, Jerome Charaoui
__copyright__
=
"""
Copyright (C) 2010-2013 Antoine Beaupré, Jerome Charaoui
This program comes with ABSOLUTELY NO WARRANTY.
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