Skip to content

Commit

Permalink
Bump version number to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sandcha committed May 6, 2021
1 parent a5bde42 commit ef231e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit ef231e2

Please sign in to comment.