Skip to content

Commit

Permalink
lowcase productRelease in JSON document
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Apr 12, 2018
1 parent c2d0701 commit 7c32384
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Revision 0.3.0, XX-02-2018
archives pretty much in the same way as from plain directories
- Copyright notice bumped up to year 2018
- Project site in the docs changes from SourceForge to snmplabs.com
- PRODUCT-RELEASE generation added to the JSON code generator

Revision 0.2.2, 13-11-2017
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion pysmi/codegen/jsondoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def genAgentCapabilities(self, data):
outDict['class'] = 'agentcapabilities'

if productRelease:
outDict['productRelease'] = productRelease
outDict['productrelease'] = productRelease

if status:
outDict['status'] = status
Expand Down
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Sphinx <= 1.6; python_version < '2.7'
Sphinx > 1.6; python_version >= '2.7'
pysnmp

0 comments on commit 7c32384

Please sign in to comment.