Skip to content

Commit

Permalink
Merge pull request #645 from praekeltfoundation/release/0.10.27
Browse files Browse the repository at this point in the history
Release/0.10.27
  • Loading branch information
Hlamallama authored Nov 11, 2024
2 parents 62bb527 + 37c7d4b commit c96dc01
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Changelog
# 0.10.27
1. Bump django from 4.2.15 to 4.2.16
([#628](https://github.com/praekeltfoundation/ndoh-hub/pull/628))
2. Update CHANGELOG
([#636](https://github.com/praekeltfoundation/ndoh-hub/pull/636))
3. add test coverage to PR comment using py-cov-action
([#638](https://github.com/praekeltfoundation/ndoh-hub/pull/638))
4. update gibberish detection function
([#640](https://github.com/praekeltfoundation/ndoh-hub/pull/640))
5. update gibberish response
([#641](https://github.com/praekeltfoundation/ndoh-hub/pull/641))
6. update gibberish response
([#642](https://github.com/praekeltfoundation/ndoh-hub/pull/642))
7. update gibberish response dict
([#643](https://github.com/praekeltfoundation/ndoh-hub/pull/643))
8. return a dict in utils when gibberish detected
([#644](https://github.com/praekeltfoundation/ndoh-hub/pull/644))
# 0.10.26
1. Remove seaworthy from hub
([#635](https://github.com/praekeltfoundation/ndoh-hub/pull/635))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="ndoh-hub",
version="0.10.26",
version="0.10.27",
url="http://github.com/praekeltfoundation/ndoh-hub",
license="BSD",
author="Praekelt Foundation",
Expand Down

0 comments on commit c96dc01

Please sign in to comment.