Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Jul 25, 2024
1 parent 47448dd commit 7020a42
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

Release 2.0.1
~~~~~~~~~~~~~

* **[added]** Add support for hostnames (instead of only IP-addresses)
* **[fixed]** Do not crash if ``sys.stdout`` is empty (f.ex. when running as
Windows service). Patch provided by M. Lehn.
* **[docs]** Minor fixes to the project documentation.
* **[support]** Add forwards-compatibility to Sphinx 8.0. Patch provided by J.
Addison.
Windows service). Patch provided by M. Lehn.
* **[support]** Add new import alias ``puresnmp.Auth`` and ``puresnmp.Priv``
for easier imports
* **[support]** Switch to "src" layout for the project source code.
* **[support]** Display more readable name for plugin-loaders
* **[support]** Minor type-check fixes


Release 2.0.0post1 - Maintenance release
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
5 changes: 4 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"x690": ("https://exhuma.github.io/x690/", None),
"puresnmp-crypto": ("https://exhuma.github.io/puresnmp-crypto/", None),
"puresnmp-crypto": (
"https://puresnmp-crypto.readthedocs.io/en/latest/",
None,
),
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "puresnmp"
version = "2.0.0post1"
version = "2.0.1"
authors = [
{ name = "Michel Albert", email = "[email protected]" },
{ name = "POST Luxembourg", email = "[email protected]" },
Expand Down

0 comments on commit 7020a42

Please sign in to comment.