Skip to content

Commit 2d88765

Browse files
authored
Merge pull request #7 from gnu-octave/devel
bump doc versions for release
2 parents b1e5da5 + 36095a3 commit 2d88765

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: sqlite
2-
Version: 0.0.1
3-
Date: 2022-10-12
2+
Version: 0.0.2
3+
Date: 2022-10-21
44
Author: John Donoghue <[email protected]>
55
Maintainer: John Donoghue <[email protected]>
66
Title: Octave Sqlite Toolkit

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Summary of important user-visible changes for sqlite 0.0.2:
2+
-------------------------------------------------------------------
3+
4+
** Documentation updates
5+
6+
** New functions:
7+
- dbtable.writetable
8+
- readdbtable
9+
110
Summary of important user-visible changes for sqlite 0.0.1:
211
-------------------------------------------------------------------
312

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The toolkit can be installed in Octave 7.2+ using the command:
3434

3535
On older versions of Octave, install the package using the full path to the latest released version:
3636

37-
pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.0.1/octave-sqlite-0.0.1.tar.gz"
37+
pkg install "https://github.com/gnu-octave/octave-sqlite/releases/download/v0.0.2/octave-sqlite-0.0.2.tar.gz"
3838

3939
After installation, load the package in order to use it.
4040

doc/octave-sqlite.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@afourpaper
1212
@paragraphindent 0
1313
@finalout
14-
@set VERSION 0.0.1
14+
@set VERSION 0.0.2
1515
@set COPYRIGHT_DATE 2022
1616
@c @afourwide
1717
@c %*** End of the HEADER

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
### <http://www.gnu.org/licenses/>.
1919

2020
AC_PREREQ([2.67])
21-
AC_INIT([Octave sqlite], [0.0.1])
21+
AC_INIT([Octave sqlite], [0.0.2])
2222
AC_CONFIG_HEADERS([config.h])
2323
AC_CONFIG_MACRO_DIRS([m4])
2424
AH_TOP([#include "undef-ah-octave.h"])

0 commit comments

Comments
 (0)