Skip to content

Commit

Permalink
Version 3.12.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
The n6 Development Team authored and zuo committed Sep 2, 2022
1 parent 6908a2b commit 43cf7f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .n6-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.0b1
3.12.0b2
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ documented here.
The format of this document is based, to much extent, on
[Keep a Changelog](https://keepachangelog.com/).

## [3.12.0-beta1] - 2022-08-30
## [3.12.0-beta2] - 2022-08-30

[TBD...]

Expand Down Expand Up @@ -58,6 +58,6 @@ be able to rid of `N6Core` and `N6CoreLib`). There are also
_Python-2-only_ variants of `N6Lib` and `N6SDK`: `N6Lib-py2` and
`N6SDK-py2` (needed only as dependencies of `N6Core`/`N6CoreLib`).

[3.12.0-beta1]: https://github.com/CERT-Polska/n6/compare/v3.0.1...v3.12.0b1
[3.12.0-beta2]: https://github.com/CERT-Polska/n6/compare/v3.0.1...v3.12.0b2
[3.0.1]: https://github.com/CERT-Polska/n6/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/CERT-Polska/n6/compare/v2.0.6a2-dev1...v3.0.0
4 changes: 2 additions & 2 deletions N6Core/n6/tests/utils/test_comparator.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,12 +639,12 @@ def test_message_flow_new_update_change_delist(self):
{
'cc': 'XX',
'ip': '2.2.2.2',
'asn': 1234,,
'asn': 1234,
},
{
'cc': 'XX',
'ip': '22.22.22.22',
'asn': 1234,,
'asn': 1234,
}
],
'id': '929c840e0dec26e26410aeeac418067d',
Expand Down

0 comments on commit 43cf7f3

Please sign in to comment.