Skip to content

Commit

Permalink
Release version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Mar 29, 2017
1 parent 5227c64 commit a938e36
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 1.0.1-devel
-------------------
Version 1.1.0 [29 Mar 17]
-------------------------
- Morphodita_parsito models (now version 3) require at least
UDPipe version 1.0.1-devel.
UDPipe version 1.1.0.
- CoNLL-U v2 format is supported. Notably spaces in forms
and lemmas are now allowed, as are empty nodes.
- Support options for input_format and output_format instances.
Expand Down
2 changes: 1 addition & 1 deletion MANUAL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UDPipe
Version 1.0.0
Version 1.1.0

Introduction
============
Expand Down
2 changes: 1 addition & 1 deletion MANUAL.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="header" id="header">
<h1>UDPipe</h1>
<h2>Version 1.0.0</h2>
<h2>Version 1.1.0</h2>
</div>

<div class="toc">
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.t2t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UDPipe
Version 1.0.0
Version 1.1.0

= Introduction =[introduction]

Expand Down
3 changes: 3 additions & 0 deletions releases/cpan/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Revision history for Ufal-UDPipe

1.1.0.1 [29 May 17]
Update UDPipe to 1.1.0.

1.0.0.1 [27 May 16]
First version of bindings for UDPipe 1.0.0.
3 changes: 3 additions & 0 deletions releases/pypi/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Revision history for ufal.udpipe

1.1.0.1 [29 May 17]
Update UDPipe to 1.1.0.

1.0.0.1 [27 May 16]
First version of bindings for UDPipe 1.0.0.
2 changes: 1 addition & 1 deletion src/version/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace udpipe {

// Returns current version.
version version::current() {
return {1, 0, 1, "devel"};
return {1, 1, 0, ""};
}

// Returns multi-line formated version and copyright string.
Expand Down
2 changes: 1 addition & 1 deletion web/lindat-service/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</tr>
<tr>
<th>Status</th>
<td>Stable, version 1.0</td>
<td>Stable, version 1.1</td>
</tr>
<tr>
<th>OS</th>
Expand Down

0 comments on commit a938e36

Please sign in to comment.