Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Oct 13, 2024
1 parent 4fb0a36 commit 0f249b1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Revision 1.5.1, released on Oct 13, 2024
----------------------------------------

- Removed Python 3.8 support.
- Added Python 3.13 support.
- Renamed many items to meet PEP 8 requirements. Compatibility layer is added,
but will be removed in the next release.
- Fixed a bug that Windows version and user name were not correctly detected.

Revision 1.5.0, released on Sep 02, 2024
-----------------------------------------
----------------------------------------

- Better formatting of texts in MIB documents.
- Reworked on reserved Python keywords handling.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# The short X.Y version.
version = "1.5"
# The full version, including alpha/beta/rc tags.
release = "1.5.0"
release = "1.5.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysmi"
version = "1.5.0"
version = "1.5.1"
description = "A pure-Python implementation of SNMP/SMI MIB parsing and conversion library."
authors = ["Ilya Etingof <[email protected]>", "LeXtudio Inc. <[email protected]>"]
license = "BSD-2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion pysmi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# http://www.python.org/dev/peps/pep-0396/
__version__ = "1.5.0"
__version__ = "1.5.1"

0 comments on commit 0f249b1

Please sign in to comment.