From 66fb076e381b56f2b351f79c0f8e2a23b2599b43 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Wed, 18 Sep 2024 11:12:32 +0100 Subject: [PATCH] Remove Survey-Enhanced dependency --- CHANGELOG.md | 3 +++ changelog.yaml | 5 +++++ setup.py | 3 +-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7575f92..e69e9b03f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.1] - 2024-09-18 11:12:23 + ## [2.1.0] - 2024-09-18 11:04:12 ### Fixed @@ -1486,6 +1488,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.1.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.8.0...2.0.0 [1.8.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.4...1.8.0 diff --git a/changelog.yaml b/changelog.yaml index 857f600ce..d3c46224b 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1244,3 +1244,8 @@ fixed: - Add back recursive-include. date: 2024-09-18 11:04:12 +- bump: patch + changes: + removed: + - Survey-Enhance as a dependency. + date: 2024-09-18 11:12:23 diff --git a/setup.py b/setup.py index 64d9bdc3f..2bbbd1705 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="PolicyEngine-UK", - version="2.1.0", + version="2.1.1", author="PolicyEngine", author_email="nikhil@policyengine.org", classifiers=[ @@ -41,7 +41,6 @@ "setuptools", "sphinx-argparse>=0.3.2,<1", "sphinx-math-dollar>=1.2.1,<2", - "survey-enhance", "wheel", "yaml-changelog>=0.1.7", ]