Skip to content

Commit

Permalink
Update standard version to 4.0 (#175)
Browse files Browse the repository at this point in the history
* Update standard version to 4.0

* Remove standard version from Plotting1288 docstring

Co-authored-by: Adam <adam.turcotte@algolux.com>
  • Loading branch information
aturcotte and Adam authored Nov 29, 2022
1 parent 4a872b4 commit 951944a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Sensors and Cameras.
+==================+==================+
| Master | 4.0 |
+------------------+------------------+
| 1.*.* | 4.0 |
+------------------+------------------+
| 0.6.* | 3.1 |
+------------------+------------------+
| 0.5.* | 3.1 |
Expand Down
2 changes: 1 addition & 1 deletion emva1288/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._version import version as __version__

# Track the version of the standard that this code implements
__standard_version__ = '3.1'
__standard_version__ = '4.0'
2 changes: 1 addition & 1 deletion emva1288/process/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ class Plotting1288(object):
"""EMVA1288 plots
Creates and shows all plots necessary to prepare a camera or sensor
descriptive report compliant with EMVA Standard 1288 version 3.1.
descriptive report compliant with EMVA Standard 1288.
"""

def __init__(self, *tests):
Expand Down

0 comments on commit 951944a

Please sign in to comment.