Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Feb 5, 2024
1 parent ad9c37e commit 1f6b835
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lib/metanorma/un/basicdoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@
<data type="ID"/>
</attribute>
<attribute name="reviewer"/>
<optional>
<attribute name="type"/>
</optional>
<optional>
<attribute name="date">
<data type="dateTime"/>
Expand Down
5 changes: 4 additions & 1 deletion lib/metanorma/un/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.2.12 -->
<!-- VERSION v1.3.0 -->
<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 @@ -146,6 +146,9 @@
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="style"/>
</optional>
<oneOrMore>
<ref name="PureTextElement"/>
</oneOrMore>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/un/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module UN
VERSION = "0.12.0".freeze
VERSION = "0.12.1".freeze
end
end

0 comments on commit 1f6b835

Please sign in to comment.