Skip to content

Commit 4fcb8cd

Browse files
authored
Merge pull request #10 from LeakIX/dw/bump-up-version
Dw/bump up version
2 parents f3f28cf + 47e9661 commit 4fcb8cd

3 files changed

Lines changed: 2 additions & 17 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-
```

l9format/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.1-0"
1+
__version__ = "1.3.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "l9format"
3-
version = "1.3.1a4"
3+
version = "1.3.2"
44
license = "MIT"
55
description = "l9format is a schema declaration targeted at interoperability between network recon tools used at LeakIX"
66
authors = ["Danny Willems <danny@leakix.net>"]

0 commit comments

Comments
 (0)