Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 13, 2021
1 parent 666332a commit 391f869
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 115 deletions.
14 changes: 14 additions & 0 deletions lib/asciidoctor/itu/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,20 @@
<data type="ID"/>
</attribute>
</optional>
<optional>
<attribute name="language"/>
</optional>
<optional>
<attribute name="script"/>
</optional>
<optional>
<attribute name="tag"/>
</optional>
<optional>
<attribute name="multilingual-rendering">
<ref name="MultilingualRenderingType"/>
</attribute>
</optional>
<oneOrMore>
<ref name="preferred"/>
</oneOrMore>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/itu/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module ITU
VERSION = "1.4.3".freeze
VERSION = "1.4.4".freeze
end
end
4 changes: 2 additions & 2 deletions spec/isodoc/ituconvert_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,14 @@
<name>1.1.</name>
<preferred><strong>Term2</strong></preferred>
<definition><p>This is a journey into sound</p></definition>
<termsource><origin citeas="XYZ">x y z</origin></termsource>
<termsource>[SOURCE: <origin citeas="XYZ">x y z</origin>]</termsource>
<termnote id="J1" keep-with-next="true" keep-lines-together="true"><name>NOTE</name><p>This is a note</p></termnote>
</term>
<term id="K">
<name>1.2.</name>
<preferred><strong>Term3</strong></preferred>
<definition><p>This is a journey into sound</p></definition>
<termsource><origin citeas="XYZ">x y z</origin></termsource>
<termsource>[SOURCE: <origin citeas="XYZ">x y z</origin>]</termsource>
<termnote id="J2"><name>NOTE 1</name><p>This is a note</p></termnote>
<termnote id="J3"><name>NOTE 2</name><p>This is a note</p></termnote>
</term>
Expand Down

0 comments on commit 391f869

Please sign in to comment.