summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2017-12-03 21:58:09 -0800
committerGitHub <noreply@github.com>2017-12-03 21:58:09 -0800
commit8b1de01858fb03d586ef354cc8b6e667d758be16 (patch)
treeb071c25bd7311b42d14a5314cd96f4046d576151
parent677c19fc7509593b8e76fb31edbe43c976d2e181 (diff)
downloadpython-magic-8b1de01858fb03d586ef354cc8b6e667d758be16.tar.gz
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d2e0bd..a3d5822 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,10 @@ You can also combine the flag options:
'text/plain'
```
+## Versioning
+
+Minor version bumps should be backwards compatible. Major bumps are not.
+
## Name Conflict
There are, sadly, two libraries which use the module name `magic`. Both have been around for quite a while.If you are using this module and get an error using a method like `open`, your code is expecting the other one. Hopefully one day these will be reconciled.