Skip to content

Commit

Permalink
New version - 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
snbueno committed May 7, 2015
1 parent 82c5126 commit b9094ad
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blivet/__init__.py
Expand Up @@ -20,7 +20,7 @@
# Vratislav Podzimek <vpodzime@redhat.com>
#

__version__ = '1.0.8'
__version__ = '1.0.9'

##
## Default stub values for installer-specific stuff that gets set up in
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.8'
version = '1.0.9'
# The full version, including alpha/beta/rc tags.
release = '1.0.8'
release = '1.0.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion po/blivet.pot
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-23 21:54-0400\n"
"POT-Creation-Date: 2015-05-07 15:00-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
5 changes: 4 additions & 1 deletion python-blivet.spec
@@ -1,7 +1,7 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: http://fedoraproject.org/wiki/blivet
Version: 1.0.8
Version: 1.0.9
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
Expand Down Expand Up @@ -58,6 +58,9 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*

%changelog
* Thu May 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.9-1
- Use VGname-LVname as key for LVinfo cache (#1214241) (vpodzime)

* Thu Apr 23 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.8-1
- Do not translate sizes in untranslated strings (#1205183) (dshea)
- Use %%d format string for every value that should be an integer decimal.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@ def add_member_order_option(files):
api_doc_files = rst_files + ["doc/conf.py"]
data_files.append(("docs/blivet", api_doc_files))

setup(name='blivet', version='1.0.8',
setup(name='blivet', version='1.0.9',
description='Python module for system storage configuration',
author='David Lehman', author_email='dlehman@redhat.com',
url='http://fedoraproject.org/wiki/blivet',
Expand Down

0 comments on commit b9094ad

Please sign in to comment.