From 6eac546ee54c6dc8302f747d8ed8acdfdb536a4b Mon Sep 17 00:00:00 2001 From: Andrei Kopats Date: Thu, 13 Mar 2014 08:54:45 +0300 Subject: [PATCH] Changelog update for v1.3.0 --- debian/changelog | 8 ++++++++ rpm/python-qutepart.spec | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9c73a11..b5eaf83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-qutepart (1.3.0-1~ubuntuseries1) ubuntuseries; urgency=low + + * API: Added binaryParserAvailable flag + * API: Added indentWithSpaceAction, unIndentWithSpaceAction + * Bugfixes and improvements + + -- Andrei Kopats Thu, 13 Mar 2014 08:52:06 +0300 + python-qutepart (1.1.1-1~ubuntuseries1) ubuntuseries; urgency=low * Highlight XXX alerts diff --git a/rpm/python-qutepart.spec b/rpm/python-qutepart.spec index 7f8db4d..9b3be29 100644 --- a/rpm/python-qutepart.spec +++ b/rpm/python-qutepart.spec @@ -1,5 +1,5 @@ Name: python-qutepart -Version: 1.1.1 +Version: 1.3.0 Release: 1%{?dist} Summary: Code editor widget for PyQt Group: Development/Libraries/Python @@ -57,6 +57,11 @@ Qutepart is a code editor widget for PyQt. Features: %changelog +* Thu Mar 14 2014 Andrei Kopats 1.3.0-3 +- Bugfixes and improvements +- API: Added binaryParserAvailable flag +- API: Added indentWithSpaceAction, unIndentWithSpaceAction + * Wed Nov 20 2013 Andrei Kopats 1.1.1-2 - RPM release for Suse - Highlight XXX alert