Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Aug 22, 2024
1 parent 58afa34 commit deae811
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 43 deletions.
30 changes: 0 additions & 30 deletions .licenserc.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Revision 7.0.0, released on Aug 22, 2024
-----------------------------------------

- Applied PEP8 recommended names. This breaks backward compatibility.

Revision 6.2.5, released on Aug 10, 2024
-----------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = "6.2"
version = "7.0"
# The full version, including alpha/beta/rc tags.
release = "6.2.5"
release = "7.0.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
18 changes: 9 additions & 9 deletions 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.5"
version = "7.0.0"
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.2.5"
__version__ = "7.0.0"
# 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 deae811

Please sign in to comment.