Skip to content

Commit

Permalink
Updated copyright year. Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Feb 4, 2024
1 parent 63b395c commit 8da2c60
Show file tree
Hide file tree
Showing 8 changed files with 120 additions and 107 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision 5.0.34, released 2024-2-4
----------------------------------

- Fixed a v3 authentication issue when wrong user name is used.

Revision 5.0.33, released 2024-1-12
------------------------------------
-----------------------------------

- Fixed an import error with Python 3.12.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2005-2019, Ilya Etingof <[email protected]>
Copyright (c) 2022-2023, LeXtudio Inc. <[email protected]>
Copyright (c) 2022-2024, LeXtudio Inc. <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ post your question [on Stack Overflow](http://stackoverflow.com/questions/ask) o
Bug reports and PRs are appreciated! ;-)

Copyright (c) 2005-2019, [Ilya Etingof](https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030062.html).
Copyright (c) 2022-2023, [LeXtudio Inc](mailto:[email protected]).
Copyright (c) 2022-2024, [LeXtudio Inc](mailto:[email protected]).
All rights reserved.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

# General information about the project.
project = 'SNMP library for Python'
copyright = '2005-2019, Ilya Etingof. © Copyright 2022-2023, LeXtudio Inc.'
copyright = '2005-2019, Ilya Etingof. © Copyright 2022-2024, LeXtudio Inc.'
author = 'LeXtudio Inc. <[email protected]>'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -65,7 +65,7 @@
# The short X.Y version.
version = '5.0'
# The full version, including alpha/beta/rc tags.
release = '5.0.33'
release = '5.0.34'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
206 changes: 107 additions & 99 deletions poetry.lock

Large diffs are not rendered by default.

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-lextudio"
version = "5.0.33"
version = "5.0.34"
description = ""
authors = ["Ilya Etingof <[email protected]>", "Lex Li <[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__ = '5.0.33'
__version__ = '5.0.34'
# another variable is required to prevent semantic release from updating version in more than one place
main_version = __version__
# backward compatibility
Expand Down
2 changes: 1 addition & 1 deletion pysnmp/hlapi/asyncio/slim.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of pysnmp software.
#
# Copyright (c) 2023, LeXtudio Inc. <[email protected]>
# Copyright (c) 2023-2024, LeXtudio Inc. <[email protected]>
# License: https://www.pysnmp.com/pysnmp/license.html
#
from pysnmp.error import PySnmpError
Expand Down

0 comments on commit 8da2c60

Please sign in to comment.