Most releases are done like this:
Major Release - Minor Release/Patch - Minor patch/Bugfix
So "3.7.5" would be Release 3, Patch 7, Bugfix 5.
This is not universal, but it's a fairly common methodology. Every developer has different ideas about how to do release numbering, so there's no hard and fast rule that governs every project.
Could it be one patch and one bugfix? What's the difference between a patch and bugfix?
Patches are usually a bundle of bugfixes, bugfixes are small updates that solve single issues.
So a major release is usually a major feature update(s). A major patch is like a group of bugfixes and updates to solve major issues, and bugfixes are usually quick fixes for urgent issues.