We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5887f5e commit f2694d7Copy full SHA for f2694d7
1 file changed
README.md
@@ -53,18 +53,3 @@ The release `1.3.1-0` will be mapped to `1.3.1.post0`.
53
from l9format import l9format
54
l9format.L9Event.from_dict(res)
55
```
56
-
57
-## Versioning
58
59
-The versions will be synced with [l9format](https://github.com/leakix/l9format),
60
-suffixed by a number for bug fixes in the python implementation specifically.
61
-For instance, `1.3.1-0` will be the first version for `1.3.1` and follow
62
-https://github.com/LeakIX/l9format/releases/tag/v1.3.1. If a change is required
63
-for the Python package, but is the same specification than the Go
64
-implementation, the next release will be `1.3.1-1`.
65
-The version can be verified using
66
67
-```python
68
-import l9format
69
-l9format.__version__
70
-```
0 commit comments