Skip to content

Commit

Permalink
New release: 3.53
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Apr 3, 2024
1 parent 8e24a29 commit 6304f80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
copyright = u'2016, Red Hat Installer Engineering Team' # pylint: disable=redefined-builtin

# The short X.Y version.
version = '3.52'
version = '3.53'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pykickstart/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.52'
__version__ = '3.53'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = 'pykickstart'
version = '3.52'
version = '3.53'
authors = [
{name='Chris Lumens', email='clumens@redhat.com'},
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def run(self):


setup(cmdclass={"install_scripts": install_scripts},
name='pykickstart', version='3.52',
name='pykickstart', version='3.53',
description='Python module for manipulating kickstart files',
author='Chris Lumens', author_email='clumens@redhat.com',
url='https://fedoraproject.org/wiki/pykickstart',
Expand Down

0 comments on commit 6304f80

Please sign in to comment.