Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kz26 committed Aug 29, 2016
1 parent a175e6d commit 9afcfdc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.4.2
-----
* Rename dottorrent_cli.py to dottorrent_cli

1.4.1
-----
* Ignore empty files in get_info() and generate()
Expand Down
13 changes: 7 additions & 6 deletions docs/cli.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Command-line tool
=================

If you installed dottorrent using pip, ``dottorrent_cli.py`` should be
If you installed dottorrent using pip, ``dottorrent_cli`` should be
available in your system path.

.. highlight:: none

::

usage: dottorrent_cli.py [-h] [--tracker TRACKER] [--web_seed WEB_SEED]
[--piece_size PIECE_SIZE] [--private]
[--comment COMMENT] [--date DATE] [--md5] [--verbose]
path output_path
usage: dottorrent_cli [-h] [--tracker TRACKER] [--web_seed WEB_SEED]
[--piece_size PIECE_SIZE] [--private]
[--comment COMMENT] [--date DATE] [--md5] [--verbose]
path output_path

Create a .torrent file

Expand All @@ -35,4 +35,5 @@ available in your system path.
--md5 Add per-file MD5 hashes
--verbose, -v verbose mode

dottorrent/1.2.0 (https://github.com/kz26/dottorrent)
dottorrent/1.4.2 (https://github.com/kz26/dottorrent)

2 changes: 1 addition & 1 deletion dottorrent/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.1'
__version__ = '1.4.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="dottorrent",
version=__version__,
packages=find_packages(),
scripts=['dottorrent/dottorrent_cli.py'],
scripts=['bin/dottorrent_cli'],

# Project uses reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine
Expand Down

0 comments on commit 9afcfdc

Please sign in to comment.