diff --git a/ChangeLog b/ChangeLog index 762636f..edc28c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +3.0.1 Jun 15 2016 + Changed highlighting color for Python imports + Fixed tests on Fedora 23 + 3.0.0 Mar 24 2016 Migration to Python3 diff --git a/Makefile b/Makefile index b4933ba..8bc33bf 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all install: @exit 1 bump-version: - enki qutepart/__init__.py +39 + enki qutepart/version.py enki rpm/python3-qutepart.spec +2 changelog-update: diff --git a/debian/changelog b/debian/changelog index 946c678..012f54f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python3-qutepart (3.0.1-1~ubuntuseries1) ubuntuseries; urgency=medium + + * Changed highlighting color for Python + * Fixed tests on Fedora 23 + + -- Andrei Kopats Wed, 15 Jun 2016 15:05:01 +0300 + python3-qutepart (3.0.0-1~ubuntuseries1) ubuntuseries; urgency=medium * Migration to Python3 diff --git a/qutepart/version.py b/qutepart/version.py index f4140b4..c510226 100644 --- a/qutepart/version.py +++ b/qutepart/version.py @@ -1 +1 @@ -VERSION = (3, 0, 0) +VERSION = (3, 0, 1) diff --git a/rpm/python3-qutepart.spec b/rpm/python3-qutepart.spec index 4d6d306..57ae22b 100644 --- a/rpm/python3-qutepart.spec +++ b/rpm/python3-qutepart.spec @@ -1,5 +1,5 @@ Name: python3-qutepart -Version: 3.0.0 +Version: 3.0.1 Release: 1%{?dist} Summary: Code editor widget for PyQt Group: Development/Libraries/Python @@ -51,6 +51,10 @@ Qutepart is a code editor widget for PyQt. Features: %changelog +* Wed Jun 15 2016 Andrei Kopats 3.0.1-12 +- Changed highlighting color for Python +- Fixed tests on Fedora 23 + * Fri Mar 25 2016 Andrei Kopats 3.0.0-11 - Migration to Python3