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
ee9c2877
authored
Aug 28, 2013
by
Scott Duckworth
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/1.1.0' into develop
parents
925aebe9
279cc9bb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
maintainer.txt
+1
-1
sshkey/__init__.py
+1
-1
No files found.
maintainer.txt
View file @
ee9c2877
...
@@ -4,7 +4,7 @@ ensure unit tests pass
...
@@ -4,7 +4,7 @@ ensure unit tests pass
git flow release start X.Y.Z
git flow release start X.Y.Z
bump __version__ in sshkey/__init__.py
bump __version__ in sshkey/__init__.py
git add sshkey/__init__.py
git add sshkey/__init__.py
git c
i
-m 'bump version'
git c
ommit
-m 'bump version'
python setup.py sdist
python setup.py sdist
git flow release finish X.Y.Z
git flow release finish X.Y.Z
git push origin master X.Y.Z
git push origin master X.Y.Z
...
...
sshkey/__init__.py
View file @
ee9c2877
...
@@ -15,4 +15,4 @@
...
@@ -15,4 +15,4 @@
# You should have received a copy of the GNU Lesser General Public License
# 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/>.
# along with django-sshkey. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'1.
0.1
'
__version__
=
'1.
1.0
'
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