diff --git a/debian/changelog b/debian/changelog index 9beaad6..53c3764 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pybgpstream (2.0.4) unstable; urgency=medium + + * Expose elem's orig_time_* fields. + * Allow specifying floats as timestamps. + * Release GIL for calls to bgpstream_get_next_record. + * Add support for not-peer-asn filter. + + -- Brendon Jones Sat, 10 Feb 2024 12:23:41 +1300 + pybgpstream (2.0.2) unstable; urgency=medium * patch: only defaults to real-time if using broker data interface if no interval is provided diff --git a/setup.py b/setup.py index 09c81c5..a10b27f 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup(name = "pybgpstream", description = "A Python interface to BGPStream", long_description = "Provides a high-level interface for live and historical BGP data analysis. PyBGPStream requires the libBGPStream C library, available at http://bgpstream.caida.org/download.", - version = "2.0.3", + version = "2.0.4", author = "Alistair King", author_email = "bgpstream-info@caida.org", url="http://bgpstream.caida.org",