From 3c397a1f81ad376e5cccc027030c8f8b9e3d8b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20P=C3=A9rez?= Date: Tue, 17 Aug 2021 17:07:32 -0500 Subject: [PATCH] Update CHANGELOG for v1.1.6 --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2fae8..cd15b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.6] - 2021-08-17 +### Added +- New module: `_meta.py` + +### Changed +- In `setup.py`, reads version from the meta module +- Update .gitignore + +### Fixed +- In `requests.py`, imports version from the meta module –no need for `pkg_resources` (#18) + ## [1.1.5] - 2021-06-28 ### Added - Add POST and PUT support to Hubs endpoint @@ -51,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release on PyPI -[Unreleased]: https://github.com/onfleet/pyonfleet/compare/v1.1.5...HEAD +[Unreleased]: https://github.com/onfleet/pyonfleet/compare/v1.1.6...HEAD +[1.1.6]: https://github.com/onfleet/pyonfleet/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/onfleet/pyonfleet/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/onfleet/pyonfleet/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/onfleet/pyonfleet/compare/v1.1.2...v1.1.3 @@ -59,4 +71,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.1.1]: https://github.com/onfleet/pyonfleet/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/onfleet/pyonfleet/compare/v1.0.2...v1.1.0 [1.0.2]: https://github.com/onfleet/pyonfleet/compare/v1.0.1...v1.0.2 -[1.0.1]: https://github.com/onfleet/pyonfleet/releases/tag/v1.0.1 \ No newline at end of file +[1.0.1]: https://github.com/onfleet/pyonfleet/releases/tag/v1.0.1