Skip to content

Commit

Permalink
Merge pull request #7 from gnu-octave/devel
Browse files Browse the repository at this point in the history
bump doc versions for release
  • Loading branch information
lostbard authored Oct 21, 2022
2 parents b1e5da5 + 36095a3 commit 2d88765
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: sqlite
Version: 0.0.1
Date: 2022-10-12
Version: 0.0.2
Date: 2022-10-21
Author: John Donoghue <[email protected]>
Maintainer: John Donoghue <[email protected]>
Title: Octave Sqlite Toolkit
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Summary of important user-visible changes for sqlite 0.0.2:
-------------------------------------------------------------------

** Documentation updates

** New functions:
- dbtable.writetable
- readdbtable

Summary of important user-visible changes for sqlite 0.0.1:
-------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The toolkit can be installed in Octave 7.2+ using the command:

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion doc/octave-sqlite.texi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@afourpaper
@paragraphindent 0
@finalout
@set VERSION 0.0.1
@set VERSION 0.0.2
@set COPYRIGHT_DATE 2022
@c @afourwide
@c %*** End of the HEADER
Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
### <http://www.gnu.org/licenses/>.

AC_PREREQ([2.67])
AC_INIT([Octave sqlite], [0.0.1])
AC_INIT([Octave sqlite], [0.0.2])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([m4])
AH_TOP([#include "undef-ah-octave.h"])
Expand Down

0 comments on commit 2d88765

Please sign in to comment.