Skip to content

Commit

Permalink
Revert "Release notes for 0.14.0."
Browse files Browse the repository at this point in the history
This reverts commit 2b59d2c.
  • Loading branch information
wRAR committed Jan 16, 2024
1 parent 2b59d2c commit 7a5b18e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
Changelog
=========

0.14.0 (YYYY-MM-DD)
===================

* Now requires ``zyte-parsers >= 0.4.0``.

* Added :func:`zyte_common_items.processors.gtin_processor` and enabled it for
the ``gtin`` fields in the page classes for
:class:`~zyte_common_items.Product`.

* Improved the API documentation.

0.13.0 (2023-11-09)
===================

Expand Down
1 change: 0 additions & 1 deletion zyte_common_items/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ class Processors(Page.Processors):
breadcrumbs = [breadcrumbs_processor]
description = [description_processor]
descriptionHtml = [description_html_processor]
gtin = [gtin_processor]
price = [price_processor]
regularPrice = [simple_price_processor]

Expand Down

0 comments on commit 7a5b18e

Please sign in to comment.