Skip to content

Commit

Permalink
version: 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hlamer committed Jun 15, 2016
1 parent c74d29c commit aff80de
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <hlamer@tut.by> Wed, 15 Jun 2016 15:05:01 +0300

python3-qutepart (3.0.0-1~ubuntuseries1) ubuntuseries; urgency=medium

* Migration to Python3
Expand Down
2 changes: 1 addition & 1 deletion qutepart/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (3, 0, 0)
VERSION = (3, 0, 1)
6 changes: 5 additions & 1 deletion rpm/python3-qutepart.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -51,6 +51,10 @@ Qutepart is a code editor widget for PyQt. Features:


%changelog
* Wed Jun 15 2016 Andrei Kopats <hlamer@tut.by> 3.0.1-12
- Changed highlighting color for Python
- Fixed tests on Fedora 23

* Fri Mar 25 2016 Andrei Kopats <hlamer@tut.by> 3.0.0-11
- Migration to Python3

Expand Down

0 comments on commit aff80de

Please sign in to comment.