From a653585dfdf361953e07a027a3157d52ed04adf2 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Mon, 19 Oct 2020 16:38:33 +0300 Subject: [PATCH] Bump to 0.7.2 [skip ci] --- README.md | 2 +- lambdasoup.opam | 2 +- src/soup.mli | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92ba37c..1db462d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lambda Soup   [![version][version]][releases] [![Travis status][travis-img]][travis] [![Coverage][coveralls-img]][coveralls] -[version]: https://img.shields.io/badge/version-0.7.1-blue.svg +[version]: https://img.shields.io/badge/version-0.7.2-blue.svg [travis]: https://travis-ci.org/aantron/lambdasoup/branches [travis-img]: https://img.shields.io/travis/aantron/lambdasoup/master.svg [coveralls]: https://coveralls.io/github/aantron/lambdasoup?branch=master diff --git a/lambdasoup.opam b/lambdasoup.opam index 9d8c475..e803913 100644 --- a/lambdasoup.opam +++ b/lambdasoup.opam @@ -2,7 +2,7 @@ opam-version: "2.0" synopsis: "Easy functional HTML scraping and manipulation with CSS selectors" -version: "0.7.1" +version: "0.7.2" license: "MIT" homepage: "https://github.com/aantron/lambdasoup" doc: "https://aantron.github.io/lambdasoup" diff --git a/src/soup.mli b/src/soup.mli index 01b445a..2b197f8 100644 --- a/src/soup.mli +++ b/src/soup.mli @@ -63,7 +63,7 @@ let _ = ul |> previous_siblings |> elements in {{:https://github.com/aantron/lambdasoup/blob/master/LICENSE.md} BSD license}. - This documentation page is for version 0.7.1 of the library. Documentation + This documentation page is for version 0.7.2 of the library. Documentation for other versions can be downloaded from the {{:https://github.com/aantron/lambdasoup/releases} releases page}. *)