Skip to content

Commit

Permalink
update version v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MayankFawkes committed Apr 29, 2021
1 parent abe90a3 commit 379ca3c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
11 changes: 11 additions & 0 deletions AllChangelog.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 4 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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``
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 379ca3c

Please sign in to comment.