Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 5, 2020
1 parent aa956d1 commit 2354f39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,16 @@ You may also want join our developer chat on Telegram at <https://t.me/iscc_dev>

## Change Log

### [0.9.1] - 2020-01-05
- Fix issue with APP_DIR creation

### [0.9.0] - 2020-01-05
- Add experimental support for Video-ID
- Add special handling of YouTube URLs
- Add support for more Media Types (try & error)
- Add support for Python 3.8
- Remove support for Python 3.5


### [0.8.2] - 2019-12-22
- Add new `test` command for confromance testing
- Add support for .md (Markdown) files
Expand Down
2 changes: 1 addition & 1 deletion iscc_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import click

__version__ = "0.9.0"
__version__ = "0.9.1"

APP_NAME = "iscc-cli"
APP_DIR = click.get_app_dir(APP_NAME, roaming=False)
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iscc-cli"
version = "0.9.0"
version = "0.9.1"
description = "ISCC CLI - Creates ISCC Codes from Media Files"
authors = ["Titusz Pan <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -37,10 +37,10 @@ click = "^7.0"
iscc = "1.0.5"
tika = "1.23"
click-default-group = "^1.2"
colorama = "^0.4.1"
imageio-ffmpeg = "^0.3.0"
lxml = "^4.4.2"
pytube = "^9.5.3"
colorama = "^0.4"
imageio-ffmpeg = "^0.3"
lxml = "^4.4"
pytube = "^9.5"

[tool.poetry.dev-dependencies]
pytest = "^5.0"
Expand Down

0 comments on commit 2354f39

Please sign in to comment.