Skip to content

Commit

Permalink
fix: Update all files for next release 0.5.1
Browse files Browse the repository at this point in the history
* Previous release 0.5.1 did not contain correct version
* Be prepared for next release 0.5.2
  • Loading branch information
jirihnidek authored and m-horky committed Dec 16, 2024
1 parent 0f3da0a commit ad3760f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024-12-11
* released 0.5.1

2021-05-18
* released 0.5

2010-06-12
* released 0.4

Expand Down
16 changes: 10 additions & 6 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: iniparse
Version: 0.4
Version: 0.5.1
Summary: Accessing and Modifying INI files
Home-page: http://code.google.com/p/iniparse/
Author: Paramjit Oberoi
Expand All @@ -18,10 +18,14 @@ Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
2 changes: 1 addition & 1 deletion python-iniparse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global _docdir_fmt %{name}

Name: python-%{modname}
Version: 0.5
Version: 0.5.1
Release: 1%{?dist}
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
License: MIT and Python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = "0.5"
VERSION = "0.5.1"

setup(
name="iniparse",
Expand Down

0 comments on commit ad3760f

Please sign in to comment.