diff --git a/Makefile b/Makefile index 8615001..273f3d9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-pan-bikes -VERSION = 1.2 +VERSION = 1.2.1 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index 69be728..696c5ea 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +2018-07-11: Pan Bikes 1.2.1 +=========================== + +* Add missing QtLocation and HERE plugin dependencies to RPM spec file (#1) + 2018-06-12: Pan Bikes 1.2 ========================= diff --git a/TODO.md b/TODO.md index 9ea04b2..8b13789 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1 @@ -Pan Bikes 1.2.1/1.3 -=================== -* [x] Add missing QtLocation and HERE plugin dependencies to RPM spec file (#1) diff --git a/pan/__init__.py b/pan/__init__.py index 9ae9a59..b60c5f7 100644 --- a/pan/__init__.py +++ b/pan/__init__.py @@ -17,7 +17,7 @@ """Locations and real-time occupancy of city bike stations.""" -__version__ = "1.2" +__version__ = "1.2.1" try: import pyotherside diff --git a/rpm/harbour-pan-bikes.spec b/rpm/harbour-pan-bikes.spec index a24f8c1..05241ea 100644 --- a/rpm/harbour-pan-bikes.spec +++ b/rpm/harbour-pan-bikes.spec @@ -5,7 +5,7 @@ %define __provides_exclude_from ^%{_datadir}/.*$ Name: harbour-pan-bikes -Version: 1.2 +Version: 1.2.1 Release: 1 Summary: Locations and real-time occupancy of city bike stations License: GPLv3+