Skip to content

FicImageScript v2.1.0

Compare
Choose a tag to compare
@Jemeni11 Jemeni11 released this 22 Jul 11:00
· 11 commits to main since this release
2d00626

Installation

  • From PyPI
    pip install FicImageScript==2.1.0
  • Using the Wheel File
    pip install FicImageScript-2.1.0-py3-none-any.whl
  • Using the Source Tarball File
    pip install FicImageScript-2.1.0.tar.gz

Changelog

Fixed

  • Issue #4. Replaced manual string splitting/joining code
    with os.path functions.
  • Syntax error in PYPI_README.rst.

Changed

  • Uncommented out the [project] and [project-urls] sections in pyproject.toml
    as they are not redundant anymore.

Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v2.0.0...v2.1.0