Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jul 17, 2024
1 parent fa1adda commit c4a5869
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Revision 6.1.3, released 2024-7-16
-----------------------------------

- Removed package postfix. A helper release to enable migration.

Revision 6.1.2, released on Mar 25, 2024
----------------------------------------

Expand All @@ -13,6 +18,11 @@ Revision 6.1.0, released on Mar 23, 2024

- Initial work to support pysmi-lextudio 1.3.0 and above.

Revision 6.0.13, released 2024-7-16
-----------------------------------

- Removed package postfix. A helper release to enable migration.

Revision 6.0.12, released on Mar 23, 2024
-----------------------------------------

Expand Down Expand Up @@ -83,6 +93,11 @@ Revision 6.0.0, released on Feb 10, 2024
- Changed internal defaults to asyncio.
- Converted asyncore samples to asyncio.

Revision 5.1.0, released 2024-7-16
-----------------------------------

- Removed package postfix. A helper release to enable migration.

Revision 5.0.34, released on Feb 04, 2024
-----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# The short X.Y version.
version = "6.1"
# The full version, including alpha/beta/rc tags.
release = "6.1.2"
release = "6.1.3"

# 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 = "pysnmp"
version = "6.1.2"
version = "6.1.3"
description = "A Python library for SNMP"
authors = ["Ilya Etingof <etingof@gmail.com>", "LeXtudio Inc. <support@lextudio.com>"]
license = "BSD-2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion pysnmp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# http://www.python.org/dev/peps/pep-0396/
__version__ = "6.1.2"
__version__ = "6.1.3"
# another variable is required to prevent semantic release from updating version in more than one place
main_version = __version__
# backward compatibility
Expand Down

0 comments on commit c4a5869

Please sign in to comment.