Skip to content

Commit

Permalink
Release version 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Feb 16, 2023
1 parent ea4eb52 commit 14a5ba7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 1.2.1-devel
-------------------
Version 1.3.0 [16 Feb 23]
-------------------------
- Get rid of UndefinedBehaviourSanitizer and AddressSanitizer findings.
- Add segment_size and learning_rate_final parameters to tokenizer training.
- Add several options to udpipe_server.
Expand Down
2 changes: 1 addition & 1 deletion MANUAL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UDPipe 1
Version 1.2.1-devel
Version 1.3.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 1</h1>
<h2>Version 1.2.1-devel</h2>
<h2>Version 1.3.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 1
Version 1.2.1-devel
Version 1.3.0

= Introduction =[introduction]

Expand Down
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, 2, 1, "devel"};
return {1, 3, 0, ""};
}

// Returns multi-line formated version and copyright string.
Expand Down

0 comments on commit 14a5ba7

Please sign in to comment.