Skip to content

Commit 0c1e017

Browse files
authored
Merge pull request #582 from kytos-ng/release/2025.1.0
release: bumped 2025.1.0
2 parents 9438d0f + bfaa73e commit 0c1e017

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ All notable changes to the kytos project will be documented in this file.
66
UNRELEASED - Under development
77
******************************
88

9+
[2025.1.0] - 2025-04-15
10+
***********************
11+
912
Added
1013
=====
1114
- Added option for links to get last TAG from ``interface.available_tags``.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'2024.1.2'
67+
version = u'2025.1.0'
6868
show_version = False
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2024.1.2'
70+
release = u'2025.1.0'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

kytos/core/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
The present metadata is intended to be used mainly on the setup.
44
"""
5-
__version__ = '2024.1.2'
5+
__version__ = '2025.1.0'
66
__author__ = 'Kytos Team'
77
__author_email__ = 'devel@lists.kytos.io'
88
__license__ = 'MIT'

0 commit comments

Comments
 (0)