Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 22, 2024
1 parent 46988ab commit 92d88c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/iec/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def note(note)
xml.tc_sc_officers_note do |c|
wrap_in_para(note, c)
end
end.join("\n")
end.join("")
else
super
end
Expand Down
10 changes: 5 additions & 5 deletions lib/metanorma/iec/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
these elements; we just want one namespace for any child grammars
of this.
-->
<!-- VERSION v1.3.2 -->
<!-- VERSION v1.3.3 -->
<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<include href="reqt.rng"/>
<include href="basicdoc.rng">
Expand Down Expand Up @@ -331,9 +331,9 @@
<zeroOrMore>
<ref name="table-note"/>
</zeroOrMore>
<optional>
<zeroOrMore>
<ref name="source"/>
</optional>
</zeroOrMore>
</define>
<define name="FigureAttr">
<optional>
Expand Down Expand Up @@ -380,9 +380,9 @@
<zeroOrMore>
<ref name="note"/>
</zeroOrMore>
<optional>
<zeroOrMore>
<ref name="source"/>
</optional>
</zeroOrMore>
</define>
<define name="source">
<element name="source">
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/iec/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Metanorma
module Iec
VERSION = "2.4.11".freeze
VERSION = "2.4.12".freeze
end
end

0 comments on commit 92d88c4

Please sign in to comment.