From ef231e299f63bf8fce8803ac552bc9dd8e4624a7 Mon Sep 17 00:00:00 2001 From: sandcha Date: Thu, 6 May 2021 23:45:56 +0100 Subject: [PATCH] Bump version number to 1.3.7 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfb80f..adc4117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 1.3.7 - [#37](https://github.com/openfisca/extension-template/pull/37) + +* Technical change +* Details: + - Migrate from deprecated Dependabot.com to GitHub-native Dependabot service + - Allows to track the dependencies updates according to new `.github/dependabot.yml` configuration file + ### 1.3.6 - [#36](https://github.com/openfisca/extension-template/pull/36) * Technical improvement. diff --git a/setup.py b/setup.py index 13dfd81..8a47f65 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = "OpenFisca-Extension-Template", - version = "1.3.6", + version = "1.3.7", author = "OpenFisca Team", author_email = "contact@openfisca.org", classifiers = [