Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
* Update package version to 0.5.1
* Reflect recent bug fix in URL recognition for YouTube videos
  • Loading branch information
sderev committed Aug 4, 2024
1 parent 511181c commit e22bf13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 41 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# 2024-08-04

## Fixed

* Improved URL recognition in `is_youtube_video` function to handle leading and trailing whitespace, fixing issues with YouTube URL processing in the `summarize` command.

# 2024-07-31

## Added
Expand Down
40 changes: 0 additions & 40 deletions changelog.d/20240804_154220_sderev.md

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.5.0"
VERSION = "0.5.1"


def read_requirements():
Expand Down

0 comments on commit e22bf13

Please sign in to comment.