diff --git a/AllChangelog.md b/AllChangelog.md new file mode 100644 index 0000000..915ef5e --- /dev/null +++ b/AllChangelog.md @@ -0,0 +1,11 @@ +# Changelogs + +## V1.1.2 + +* ``--force`` added in upload +* bugs fixed and stability improved +* ``-s`` and ``--url`` in upload renamed to ``-u`` and ``--url`` + +## V1.1.1 + +* fixed list bug diff --git a/Changelog.md b/Changelog.md index 5d3414e..2a942f5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Changelogs -## V1.1.1 +## V1.1.2 -* fixed list bug +* ``--force`` added in upload +* bugs fixed and stability improved +* ``-s`` and ``--url`` in upload renamed to ``-u`` and ``--url`` diff --git a/setup.py b/setup.py index 5d8b50f..dc95f11 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="transfer.sh", version=f"{__version__}", - description="transfer.sh CLI", + description="Transfer.sh command line program, Now file sharing from the command line.", long_description=README, long_description_content_type="text/markdown", url="https://github.com/MayankFawkes/transfer.sh", @@ -33,7 +33,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "License :: OSI Approved :: MIT License", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", 'Topic :: System :: Networking', 'Topic :: Internet :: WWW/HTTP', "Natural Language :: English",