Skip to content

Commit

Permalink
Merge pull request #86 from kytos-ng/release/2023.1.0
Browse files Browse the repository at this point in the history
release: bumped 2023.1.0
  • Loading branch information
viniarck authored Aug 22, 2023
2 parents 8242742 + 0e47578 commit 5cf78d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,13 @@ All notable changes to the `python-openflow` project are documented in this file
[UNRELEASED] - Under development
********************************

Added
=====

Changed
=======

Removed
=======
[2023.1.0] - 2023-06-05
***********************

Fixed
=====
- Made a shallow copy of ``__dict__`` when iterating over class attributes to fix potential ``RuntimeError``

Security


[2022.3.0] - 2023-01-23
***********************

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
# built documents.
#
# The short X.Y version.
version = u'2022.3.0'
version = u'2023.1.0'
show_version = False
# The full version, including alpha/beta/rc tags.
release = u'2022.3.0'
release = u'2023.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This package is a library that parses and creates OpenFlow Messages.
It contains all implemented versions of OpenFlow protocol
"""
__version__ = '2022.3.0'
__version__ = '2023.1.0'

0 comments on commit 5cf78d3

Please sign in to comment.