File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,18 +53,3 @@ The release `1.3.1-0` will be mapped to `1.3.1.post0`.
5353from l9format import l9format
5454l9format.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- ```
Original file line number Diff line number Diff line change 1- __version__ = "1.3.1-0 "
1+ __version__ = "1.3.2 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " l9format"
3- version = " 1.3.1a4 "
3+ version = " 1.3.2 "
44license = " MIT"
55description = " l9format is a schema declaration targeted at interoperability between network recon tools used at LeakIX"
66authors = [" Danny Willems <danny@leakix.net>" ]
You can’t perform that action at this time.
0 commit comments