Skip to content

Commit

Permalink
Bump development version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-boyd committed Jan 9, 2024
1 parent 55991db commit c06c89e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
User visible changes for Python-LZO
=======================================================================

Changes in 1.15 (XX Jan 2022)
Changes in 1.16 (XX Jan 2024)
*

Changes in 1.15 (22 May 2022)
* Remove python 2.x support.
* Update to PEP517 compliance.
* Migrate CI to github actions.
Expand Down
2 changes: 1 addition & 1 deletion lzomodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/


#define MODULE_VERSION "1.15"
#define MODULE_VERSION "1.16"

#define PY_SSIZE_T_CLEAN

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "python-lzo"
version = "1.15"
version = "1.16"
description = "Python bindings for the LZO data compression library"
readme = "README.md"
requires-python = ">=2.6"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):

setup(
name="python-lzo",
version="1.15",
version="1.16",
description="Python bindings for the LZO data compression library",
author="Markus F.X.J. Oberhumer",
author_email="[email protected]",
Expand Down

0 comments on commit c06c89e

Please sign in to comment.