diff --git a/CHANGELOG.md b/CHANGELOG.md index 1141e60..0a7f712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v1.0.0 - 2021-08-25 + +### Added + +- Fixed minor typos + +- Stable release + ## v0.9.0 - 2021-08-25 +### Added + +- pre-commit + ### Fixed - Typo in the `retrieve_elements_by_xpath` method docstring diff --git a/README.md b/README.md index dd02181..327773c 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,6 @@ for d in a: Flight Arbitrage is MIT licensed, as found in the LICENSE file. -### Todo - -- Use pre-commit - ### Notes - You may have to play around with getting `selenium` to work \ No newline at end of file diff --git a/flight_arbitrage/__init__.py b/flight_arbitrage/__init__.py index 09800d7..79d1c3a 100644 --- a/flight_arbitrage/__init__.py +++ b/flight_arbitrage/__init__.py @@ -1,3 +1,3 @@ """Finds arbitrage in plane ticket prices""" -__version__ = "v0.9.0" +__version__ = "1.0.0"