projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
OC-2097:Fix init test. Fix classpath of oc-test
[pub/Android/ownCloud.git]
/
third_party
/
transifex-client
/
DEVELOPMENT.rst
1
Releasing
2
=========
3
4
To create a new release:
5
6
1. Update local rep and update the version in ``setup.py``::
7
8
$ hg pull -u
9
$ vim setup.py
10
11
2. Test::
12
13
$ python setup.py clean sdist
14
$ cd dist
15
$ tar zxf ...
16
$ cd transifex-client
17
...test
18
19
3. Package and upload on PyPI::
20
21
$ python setup.py clean sdist bdist_egg upload