From 75db65541941571751d71f74bac8e3b9c711820b Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Mon, 24 Sep 2018 23:01:13 +0200 Subject: [PATCH] Update version to 1.6 Update version to 1.6 for both the Python package and the Debian package metadata (untested). --- debian/changelog | 6 ++++++ debian/docs | 4 +++- stcgal/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ad2e516..87cbe87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stcgal (1.6) unstable; urgency=low + + * Update to 1.6 + + -- Grigori Goronzy Mon, 24 Sep 2018 22:56:31 +0200 + stcgal (1.4) unstable; urgency=low * Update to 1.4 diff --git a/debian/docs b/debian/docs index 4dd3757..319d118 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1,4 @@ README.md -TODO.md +doc/USAGE.md +doc/MODELS.md +doc/FAQ.md diff --git a/stcgal/__init__.py b/stcgal/__init__.py index a904ab9..9bef047 100644 --- a/stcgal/__init__.py +++ b/stcgal/__init__.py @@ -1 +1 @@ -__version__ = "1.5" +__version__ = "1.6"