Skip to content

Commit

Permalink
Updated version to v0.2.2
Browse files Browse the repository at this point in the history
Made a number of changes in accordance with the upgrading of the program to v0.2.2.
  • Loading branch information
ExcaliburZero committed Jun 8, 2015
1 parent ed6c5be commit 7e0762b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/ui/AboutJekyllHelperDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- interface-requires about_jekyll_helper_dialog 1.0 -->
<!-- interface-requires gtk+ 3.0 -->
<object class="AboutJekyllHelperDialog" id="about_jekyll_helper_dialog">
<property name="version">0.2.1</property><property name="copyright" translatable="yes">Copyright (C) 2015 &lt;Christopher Wells&gt; &lt;cwellsny@nycap.rr.com&gt;</property><property name="website">https://launchpad.net/jekyll-helper</property><property name="can_focus">False</property>
<property name="version">0.2.2</property><property name="copyright" translatable="yes">Copyright (C) 2015 &lt;Christopher Wells&gt; &lt;cwellsny@nycap.rr.com&gt;</property><property name="website">https://launchpad.net/jekyll-helper</property><property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="icon">../media/jekyll-helper.svg</property>
<property name="type_hint">normal</property>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jekyll-helper (0.2.2) vivid; urgency=medium

* New release.

-- Christopher Wells <cwellsny@nycap.rr.com> Mon, 08 Jun 2015 19:50:06 -0400

jekyll-helper (0.2.1) vivid; urgency=medium

* New release.
Expand Down
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Architecture: all
Depends: ${misc:Depends},
${python:Depends},
gir1.2-glib-2.0,
gir1.2-gtk-3.0,
yelp
gir1.2-gtk-3.0
Description: GUI for Jekyll
A program that serves as a basic GUI for Jekyll
2 changes: 2 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Source: https://launchpad.net/jekyll-helper

Files: *
Copyright: (C) 2015 <Christopher Wells> <cwellsny@nycap.rr.com>
Copyright: (C) 2015 <Christopher Wells> <cwellsny@nycap.rr.com>"
Copyright: (C) 2015 <Christopher Wells> &lt;cwellsny@nycap.rr.com&gt;
Copyright: (C) 2015 <Christopher Wells> &lt;cwellsny@nycap.rr.com&gt;</property><property name="website">https://launchpad.net/jekyll-helper</property><property name="can_focus">False</property>
Copyright: (C) 2015 Rosetta Contributors and Canonical Ltd 2015
License: MIT
2 changes: 1 addition & 1 deletion jekyll_helper_lib/jekyll_helperconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# files). By default, this is ../data, relative your trunk layout
__jekyll_helper_data_directory__ = '../data/'
__license__ = 'MIT'
__version__ = '0.2.1'
__version__ = '0.2.2'

import os

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def run(self):

DistUtilsExtra.auto.setup(
name='jekyll-helper',
version='0.2.1',
version='0.2.2',
license='MIT',
author='Christopher Wells',
author_email='cwellsny@nycap.rr.com',
Expand Down

0 comments on commit 7e0762b

Please sign in to comment.