Skip to content

Commit e17a476

Browse files
authored
Merge pull request #101 from FullStackWithLawrence/next
feat: automated pull requests
2 parents 970d2b8 + 0efc445 commit e17a476

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Detailed documentation for each endpoint is available here: [Documentation](./do
7171

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

74+
- 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.
7475
- [python-dotenv](https://pypi.org/project/python-dotenv/) for storing sensitive data for local development
7576
- [.gitignore](./.gitignore) ensures that no sensitive nor useless data accidentally gets pushed to GitHub.
7677
- [tox.ini](./tox.ini) file for configuring behaviors of Python testing tools
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.2"
1+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)