Skip to content

Commit

Permalink
Merge pull request #5 from pyatom/master
Browse files Browse the repository at this point in the history
Latest update
  • Loading branch information
nagappan committed Oct 17, 2012
2 parents fb73992 + 8c48f45 commit 80760e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Version 1.0.1
12-Oct-2012
* [Nagappan Alagappan] Fixing 'Connection refused' error when importing ldtp

Version 1.0.0
12-Oct-2012
* [Nagappan Alagappan] - Added LDTP client and server to atomac. See README
* [Nagappan Alagappan] Added LDTP client and server to ATOMac. See README
for details.
* [jonathanw] Fix sending function keys (issue 23)
* [Andrew Wu] Documentation added (issue 20)
Expand Down
5 changes: 5 additions & 0 deletions upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# If you did a sudo python setup.py install, you may need to remove some
# directories first - dist, build, and atomac.egg-info
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
sudo rm -rf $DIR/dist
sudo rm -rf $DIR/build
sudo rm -rf $DIR/atomac.egg-info

python setup.py register
python setup.py sdist upload --sign
python setup.py bdist_egg upload --sign
Expand Down

0 comments on commit 80760e8

Please sign in to comment.