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
18 changes: 18 additions & 0 deletions docs/changelog/2025/february.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
February 2025
==========

- Geniewebdriver v25.2
------------------------



.. csv-table:: New Module Versions
:header: "Modules", "Version"

``genie.webdriver``, v25.2




Changelogs
^^^^^^^^^^
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
.. toctree::
:maxdepth: 1

2025/february
2025/january
2024/november
2024/october
Expand Down
2 changes: 1 addition & 1 deletion src/genie/webdriver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# metadata
__version__ = '25.1'
__version__ = '25.2'
__author__ = 'Cisco Systems Inc.'
__contact__ = ['pyats-support@cisco.com', 'pyats-support-ext@cisco.com']

Expand Down