Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbot committed Feb 15, 2024
1 parent ed79cee commit d6bb6d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ When adding new tests, re-run 'scripts/get-test-web-content.py'
Version History
---------------

* __v0.12.0__: Add new const to centrally store MC User-Agent (`mcmetadata.webpages.MEDIA_CLOUD_USER_AGENT`)
* __v0.11.2__: Fix title parsing and url normalization edge cases, update requirements
* __v0.11.1__: Add new `urls.unique_url_hash` helper to centralize logic for generating a unique hash for a URL, also
returned from `extract` in case you choose to use it
Expand Down
2 changes: 1 addition & 1 deletion mcmetadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from . import languages
from . import dates

__version__ = "0.11.2"
__version__ = "0.12.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit d6bb6d4

Please sign in to comment.