Skip to content

Commit

Permalink
Merge pull request #56 from CiscoTestAutomation/release_24.9
Browse files Browse the repository at this point in the history
release_24.9
  • Loading branch information
Taarini authored Oct 1, 2024
2 parents 6375a20 + 0b31e24 commit 87e5963
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
26 changes: 26 additions & 0 deletions docs/changelog/2024/September.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
September 2024
==========

September 24 - Geniewebdriver v24.9
------------------------



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

``genie.webdriver``, v24.9




Changelogs
^^^^^^^^^^
--------------------------------------------------------------------------------
Fix
--------------------------------------------------------------------------------

* setup.py
* Replaced find_packages with find_namespace_packages to fix NoModuleFound error


3 changes: 2 additions & 1 deletion docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
.. toctree::
:maxdepth: 1

2024/September
2024/august
2024/july
2024/june
Expand Down Expand Up @@ -50,4 +51,4 @@ Changelog
2020/may
2019/june
2017/august
2017/may
2017/may
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__ = '24.8'
__version__ = '24.9'
__author__ = 'Cisco Systems Inc.'
__contact__ = ['pyats-support@cisco.com', 'pyats-support-ext@cisco.com']

Expand Down

0 comments on commit 87e5963

Please sign in to comment.