Semantic Versioning
The PubSub+ Messaging API for Python uses a semantic-versioning system that uses a numbering pattern of MAJOR.MINOR.PATCH. With this system, increments to each of these numbers has a specific meaning:
- MAJOR
- MINOR
- PATCH
Incompatible API changes were made
Backwards-compatible functionality was added
Backwards-compatible bug fixes were made