Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
RELEASE 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jul 10, 2018
1 parent 0a5c757 commit dcdbd10
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
=========================

Expand Down
3 changes: 0 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
Pan Bikes 1.2.1/1.3
===================

* [x] Add missing QtLocation and HERE plugin dependencies to RPM spec file (#1)
2 changes: 1 addition & 1 deletion pan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""Locations and real-time occupancy of city bike stations."""

__version__ = "1.2"
__version__ = "1.2.1"

try:
import pyotherside
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-pan-bikes.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit dcdbd10

Please sign in to comment.