Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
django-sshkey
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6480cbea
authored
Sep 03, 2013
by
Scott Duckworth
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/1.1.1'
parents
02473503
9d3e6a3b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
MANIFEST.in
+2
-0
maintainer.txt
+1
-1
sshkey/__init__.py
+1
-1
No files found.
MANIFEST.in
View file @
6480cbea
...
...
@@ -5,4 +5,6 @@ include README.md
include lookup.py
include lookup.sh
include openssh-6.2p2-authorized-keys-command-stdin.diff
recursive-include sshkey/management *.py
recursive-include sshkey/migrations *.py
recursive-include sshkey/templates.example *
maintainer.txt
View file @
6480cbea
...
...
@@ -6,6 +6,6 @@ bump __version__ in sshkey/__init__.py
git add sshkey/__init__.py
git commit -m 'bump version'
python setup.py sdist
git flow release finish X.Y.Z
git flow release finish
-m 'version X.Y.Z'
X.Y.Z
git push origin master X.Y.Z
upload dist/django-sshkey-X.Y.Z.tar.gz to bitbucket
sshkey/__init__.py
View file @
6480cbea
...
...
@@ -15,4 +15,4 @@
# You should have received a copy of the GNU Lesser General Public License
# along with django-sshkey. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'1.1.
0
'
__version__
=
'1.1.
1
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment