Skip to content

Commit

Permalink
Merge pull request #41 from CiscoTestAutomation/release_24.9
Browse files Browse the repository at this point in the history
Releasing v24.9
  • Loading branch information
Taarini authored Oct 1, 2024
2 parents 0dcfff6 + f71f17d commit e9f31e0
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,14 @@ pseudoxml:
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."

changelogs:
@echo ""
@echo "--------------------------------------------------------------------"
@echo "Generating changelog file"
@echo ""
@python3 -c "from ciscodistutils.make_changelog import main; main('./docs/changelog/undistributed', './docs/changelog/undistributed.rst')"
@echo "genietelemetry changelog created..."
@echo ""
@echo "Done."
@echo ""
18 changes: 18 additions & 0 deletions docs/changelog/2024/September.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
September 2024
==========

September 24 - Genietelemetry v24.9
------------------------



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

``genie.telemetry``, v24.9




Changelogs
^^^^^^^^^^
2 changes: 1 addition & 1 deletion docs/changelog/2024/august.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ August 27th
Features:
^^^^^^^^^

* No added features!
* No added features!
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: 2

2024/September
2024/august
2024/july
2024/june
Expand Down
2 changes: 1 addition & 1 deletion src/genie/telemetry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# metadata
__version__ = '24.8'
__version__ = '24.9'
__author__ = 'ASG/ATS Team'
__contact__ = '[email protected]'
__copyright__ = 'Cisco Systems, Inc. Cisco Confidential'
Expand Down

0 comments on commit e9f31e0

Please sign in to comment.