Skip to content

Commit

Permalink
Merge pull request #101 from FullStackWithLawrence/next
Browse files Browse the repository at this point in the history
feat: automated pull requests
  • Loading branch information
lpm0073 authored Nov 17, 2023
2 parents 970d2b8 + 0efc445 commit e17a476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Detailed documentation for each endpoint is available here: [Documentation](./do

This repo is referenced by multiple YouTube videos, including various tutorials about good coding practices and good code management. Of note:

- Automated Pull Requests: See the Github Actions tab of the GitHub Repository. Github Actions are triggered on pull requests to run any of several different kinds of technology-specific unit tests depending on the contents of the commits included in the PR.
- [python-dotenv](https://pypi.org/project/python-dotenv/) for storing sensitive data for local development
- [.gitignore](./.gitignore) ensures that no sensitive nor useless data accidentally gets pushed to GitHub.
- [tox.ini](./tox.ini) file for configuring behaviors of Python testing tools
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = '0.6.0'

0 comments on commit e17a476

Please sign in to comment.