From f1bafb1e0d5d33ebf89b3d3ce6c265bc5b7797b6 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Tue, 19 Sep 2017 18:00:02 +0200 Subject: [PATCH] Update version to 1.4 --- debian/changelog | 6 ++++++ stcgal/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4961bf5..ad2e516 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stcgal (1.4) unstable; urgency=low + + * Update to 1.4 + + -- Grigori Tue, 19 Sep 2017 17:57:11 +0200 + stcgal (1.3) unstable; urgency=low * Update to 1.3 diff --git a/stcgal/__init__.py b/stcgal/__init__.py index 9f6cc16..e992399 100644 --- a/stcgal/__init__.py +++ b/stcgal/__init__.py @@ -1 +1 @@ -__version__ = "1.3" +__version__ = "1.4"