Skip to content

Commit

Permalink
chore: release v1.4.4-0
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored May 2, 2024
1 parent 34390f5 commit 8fc8409
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.4.4-0](https://github.com/agrc/sweeper/compare/v1.4.3...v1.4.4-0) (2024-05-02)


### 🐛 Bug Fixes

* credentials.py -> config.json and smtp -> SendGrid ([09cb107](https://github.com/agrc/sweeper/commit/09cb107eaf08c7ac3713dcd8337f2fcda9514867)), closes [#85](https://github.com/agrc/sweeper/issues/85) [#86](https://github.com/agrc/sweeper/issues/86)
* modernize and apply best practices ([12a3aa5](https://github.com/agrc/sweeper/commit/12a3aa56b9b8fce96a10a3584e8b5a44930b0f8a))
* move tests to standard directory and add skipping logic ([46c43c0](https://github.com/agrc/sweeper/commit/46c43c041caedc3c664ea52aba14da9d3de351d5))
* run ruff separate from pytest ([5b3f62b](https://github.com/agrc/sweeper/commit/5b3f62b8f89e2457f24c7f5fddaf18cb8ea754fd)), closes [#98](https://github.com/agrc/sweeper/issues/98)

## [1.4.3](https://github.com/agrc/sweeper/compare/v1.4.2...v1.4.3) (2023-07-06)


Expand Down
2 changes: 1 addition & 1 deletion src/sweeper/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This must only include a single line: __version__ = 'x.y.z'
"""

__version__ = "1.4.3"
__version__ = "1.4.4-0"

0 comments on commit 8fc8409

Please sign in to comment.