Skip to content

Commit f2694d7

Browse files
committed
README: remove versioning section
Outdated
1 parent 5887f5e commit f2694d7

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,3 @@ The release `1.3.1-0` will be mapped to `1.3.1.post0`.
5353
from l9format import l9format
5454
l9format.L9Event.from_dict(res)
5555
```
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

Comments
 (0)