Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to the `python-openflow` project are documented in this file
[UNRELEASED] - Under development
********************************

[2025.1.0] - 2024-04-14
***********************

No major changes since the last release.

[2024.1.0] - 2024-07-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'2024.1.0'
version = u'2025.1.0'
show_version = False
# The full version, including alpha/beta/rc tags.
release = u'2024.1.0'
release = u'2025.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__ = '2024.1.0'
__version__ = '2025.1.0'