From 2b1a5281245105faa34f0f74b6b4c4ad4bcf76a0 Mon Sep 17 00:00:00 2001 From: Aldo Ortega Date: Mon, 14 Apr 2025 11:49:55 -0400 Subject: [PATCH] release: bumped 2025.1.0 --- CHANGELOG.rst | 5 +++++ docs/conf.py | 4 ++-- pyof/__init__.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a55dbdfd..caa1c456 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 *********************** diff --git a/docs/conf.py b/docs/conf.py index 1a1a328b..f4d6acf7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/pyof/__init__.py b/pyof/__init__.py index f7426761..d1fb2b7a 100644 --- a/pyof/__init__.py +++ b/pyof/__init__.py @@ -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'