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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simonft
monkeysign
Commits
5914efec
Commit
5914efec
authored
8 years ago
by
anarcat
Browse files
Options
Downloads
Plain Diff
Merge branch '2.x' into 2.1.x
parents
9d307835
d86d2fec
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CONTRIBUTING.rst
+5
-5
5 additions, 5 deletions
CONTRIBUTING.rst
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
monkeysign/__init__.py
+1
-1
1 addition, 1 deletion
monkeysign/__init__.py
with
13 additions
and
6 deletions
CONTRIBUTING.rst
+
5
−
5
View file @
5914efec
...
...
@@ -292,15 +292,15 @@ Release process
git push
git push --tags
8. upload Debian package::
dput ../monkeysign*.changes
9. publish on PyPI::
8. publish on PyPI::
python setup.py bdist_wheel
twine upload dist/*
9. upload Debian package::
dput ../monkeysign*.changes
10. add announcement on website and mailing list:
monkeysphere@lists.riseup.net
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
7
−
0
View file @
5914efec
monkeysign (2.1.2) unstable; urgency=medium
* reroll release: forgot to bump version number in ode
* upload to pypi before debian, which will notice those errors in the future
-- Antoine Beaupré <anarcat@debian.org> Wed, 28 Sep 2016 09:17:20 -0400
monkeysign (2.1.1) unstable; urgency=medium
* properly transition monkeysign-doc packages to ensure upgrades work
...
...
This diff is collapsed.
Click to expand it.
monkeysign/__init__.py
+
1
−
1
View file @
5914efec
...
...
@@ -13,7 +13,7 @@ No more reciting tedious strings of hexadecimal characters. And, you
can build a little rogue
'
s gallery of the people that you have met and
exchanged keys with!
"""
__version_info__
=
(
'
2
'
,
'
1
'
,
'
0
'
)
__version_info__
=
(
'
2
'
,
'
1
'
,
'
2
'
)
__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