Skip to content

Commit

Permalink
release: bumped 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniarck committed Jul 24, 2024
1 parent 0d5476f commit 2de2a87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ All notable changes to the kytos project will be documented in this file.
UNRELEASED - Under development
******************************

[2024.1.0] - 2024-07-23
***********************

Added
=====
- Added in the ``pacer`` to the kytos controller. The ``pacer`` can be used by NApps to pace specific actions, at a specified ``pace`` using a specified ``strategy``. For more info see EP0038. NOTE: The only available strategy at this time is ``fixed_window``.

Changed
=======
- Updated python environment installation from 3.9 to 3.11
- Updated test dependencies
- MongoDB version has been updated to 7.0
- Queue buffers event handlers will now handle and log broad exceptions keeping the task execution alive

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
# built documents.
#
# The short X.Y version.
version = u'2023.2.0'
version = u'2024.1.0'
show_version = False
# The full version, including alpha/beta/rc tags.
release = u'2023.2.0'
release = u'2024.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 kytos/core/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The present metadata is intended to be used mainly on the setup.
"""
__version__ = '2023.2.0'
__version__ = '2024.1.0'
__author__ = 'Kytos Team'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 2de2a87

Please sign in to comment.