Skip to content

Commit

Permalink
Update changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnitsch committed Jun 8, 2024
1 parent 6b38d1f commit 49c5b70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 1.2.1
-------------

*Release date: 2024/06/08*

* Fix support for Python 3.7 and earlier. Users have to install the ``typing-extensions`` module, though.
* Attempt to fix the UnicodeEncodeErrors (or similar) that occur when printing files/paths with rare characters that are not
compatible with the console's codec. See `#33 <https://github.com/rsnitsch/py3createtorrent/issues/33>`_.

Version 1.2.1b1 (beta)
----------------------

Expand Down
4 changes: 4 additions & 0 deletions docs/source/user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Requirements

py3createtorrent requires at least Python 3.5 and the `bencode.py <https://pypi.org/project/bencode.py/>`_ module.

For using Python 3.5 to 3.7 you need to install the ``typing-extensions`` module::

pip install typing-extensions

.. note::

It may be possible to use the script with older Python versions. For Python 3.2, 3.3, 3.4 you need to install
Expand Down

0 comments on commit 49c5b70

Please sign in to comment.