Skip to content

Commit

Permalink
New version 0.3.90
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Mar 30, 2021
1 parent 48146b1 commit 99a8923
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion initial-setup.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Initial system configuration utility
Name: initial-setup
URL: https://fedoraproject.org/wiki/InitialSetup
Version: 0.3.89
Version: 0.3.90
Release: 1%{?dist}

# This is a Red Hat maintained package which is specific to
Expand Down Expand Up @@ -104,6 +104,9 @@ rm -rf %{buildroot}
%{python3_sitelib}/initial_setup/gui/*

%changelog
* Tue Mar 30 2021 Martin Kolman <mkolman@redhat.com> - 0.3.90-1
- Remove old failing pre scriptlet (mkolman)

* Tue Mar 23 2021 Martin Kolman <mkolman@redhat.com> - 0.3.89-1
- Include scripts in the updates image (vponcova)
- Drop build time dependency on the anaconda package (mkolman)
Expand Down
2 changes: 1 addition & 1 deletion initial_setup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.89"
__version__ = "0.3.90"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion po/initial-setup.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-23 17:13+0100\n"
"POT-Creation-Date: 2021-03-30 21:53+0200\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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description = f.read()

setup(name="initial-setup",
version="0.3.89",
version="0.3.90",
author="Martin Kolman",
author_email="mkolman@redhat.com",
description='Post-installation configuration utility',
Expand Down

0 comments on commit 99a8923

Please sign in to comment.