Skip to content

Commit f5f04b5

Browse files
committed
Bumped version number
1 parent b372237 commit f5f04b5

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ I'm assuming that you are starting with the Raspian Minimal Linux distribution.
2121
1. Make sure your Raspberry Pi is up to date with the latest packages & firmware with `sudo apt-get update; sudo apt-get dist-upgrade`
2222
2. Enable I2C by executing `sudo raspi-config` as described in Adafruit's tutorial: https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c
2323
3. Add the necessary Python and GStreamer dependencies using the command: `sudo apt-get install wiringpi python-bottle python-requests python-oauth2client python-httplib2 python-setuptools python-pip python-dev python-dateutil python-smbus gstreamer0.10-x gstreamer-tools gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly python-gst0.10`
24-
4. Install hack-clock via `wget https://github.com/deckerego/hack-clock/releases/download/2.2.1/python-hackclock_2.2.1-1_all.deb; sudo dpkg -i python-hackclock_2.2.1-1_all.deb`
24+
4. Install hack-clock via `wget https://github.com/deckerego/hack-clock/releases/download/2.2.2/python-hackclock_2.2.2-1_all.deb; sudo dpkg -i python-hackclock_2.2.2-1_all.deb`
2525
5. Tweak `/etc/hack-clock.conf` and `/etc/default/hack-clock` to fit your needs (GPIO pins, correct weather station, etc.). A list of observed weather stations is available at http://forecast.weather.gov/stations.php
2626
6. Reboot your Pi to re-load modules and start the IDE web server
2727

debian/changelog

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
hackclock (2.2.1-1) stable; urgency=low
1+
hackclock (2.2.2-1) stable; urgency=low
22

3-
* Provided pretty HTTP 500 and 404 pages
4-
* Better audio upload interface
5-
* Permit deleting of audio files
6-
* Disk space warnings
3+
* Fixed improper escaping of a single-quote
74

8-
-- DeckerEgo <[email protected]> Thu, 8 Jun 2017 21:15:00 -0500
5+
-- DeckerEgo <[email protected]> Thu, 8 Jun 2017 21:30:00 -0500

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rm home/pi/hack-clock/backups/blocks_clock.*
77

88
cd ..
99
echo "Compressing file..."
10-
tar Jcf hackclock_2.2.1.orig.tar.xz hack-clock/
10+
tar Jcf hackclock_2.2.2.orig.tar.xz hack-clock/
1111

1212
cd hack-clock
1313
dpkg-buildpackage -rfakeroot -uc -us

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def all_files(newroot, oldroot):
2727

2828
setup(
2929
name='HackClock',
30-
version='2.2.1',
30+
version='2.2.2',
3131
description='A hackable alarm clock for the Raspberry Pi',
3232
author='DeckerEgo',
3333
author_email='[email protected]',

0 commit comments

Comments
 (0)