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 18, 2024
1 parent 5c26924 commit ad9c784
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Revision 6.2.3, released on July 17, 2024
-----------------------------------------

- Removed unused dependencies.

Revision 6.2.2, released on July 16, 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.2"
# The full version, including alpha/beta/rc tags.
release = "6.2.2"
release = "6.2.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 5 additions & 5 deletions docs/source/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ the code base,
.. important::

We only published 5.1.0 release, and we are not planning to publish any
more 5.x releases. The 5.1.0 release was published to ensure a smooth
more 5.x releases. The 5.1.0 release was published to ensure smooth
transition for users who are still using the 4.x releases.

We consider the 5.1.0 release as a stepping stone to the 6.x releases,
Expand Down Expand Up @@ -150,7 +150,7 @@ compatible with PySMI 1.2. So we decided to keep PySNMP 6.0 with PySMI 1.2.
.. important::

We only published 6.0.13 release, and we are not planning to publish any
more 6.0 releases. The 6.0.13 release was published to ensure a smooth
more 6.0 releases. The 6.0.13 release was published to ensure smooth
transition for users who are still using the 4.x/5.x releases.

We consider the 6.0.13 release as a stepping stone to the 6.1 releases,
Expand All @@ -168,7 +168,7 @@ above.
.. important::

We only published 6.1.3 release, and we are not planning to publish any
more 6.1 releases. The 6.1.3 release was published to ensure a smooth
more 6.1 releases. The 6.1.3 release was published to ensure smooth
transition for users who are still using the 4.x/5.x/6.0 releases.

We consider the 6.1.3 release as a stepping stone to the 6.2 releases,
Expand All @@ -182,8 +182,8 @@ we decided to remove it from 6.2 release.

.. important::

We only published 6.2.2 release, and we are not planning to publish any
older 6.2 releases. The 6.2.2 release was published to ensure a smooth
We published release >=6.2.2, and we are not planning to publish any
older 6.2 releases. The new 6.2 releases were published to ensure smooth
transition for users who are still using the 4.x/5.x/6.0/6.1 releases.

Important Changes
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.2"
version = "6.2.3"
description = "A Python library for SNMP"
authors = ["Ilya Etingof <[email protected]>", "LeXtudio Inc. <[email protected]>"]
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.2.2"
__version__ = "6.2.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 ad9c784

Please sign in to comment.