Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed May 16, 2024
1 parent 50f6115 commit ffbf3bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.2.6

• add binres.py.
• fix compatibility w/ python 3.13 ZipInfo .compress_level changes.

v0.2.5

• add fix-pg-map-id.py.
Expand Down
2 changes: 1 addition & 1 deletion repro_apk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

import click

__version__ = "0.2.5"
__version__ = "0.2.6"
NAME = "repro-apk"

ERRORS = (
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path
import setuptools

__version__ = "0.2.5"
__version__ = "0.2.6"

info = Path(__file__).with_name("README.md").read_text(encoding="utf8")

Expand All @@ -12,7 +12,7 @@
long_description=info,
long_description_content_type="text/markdown",
version=__version__,
author="FC Stegerman",
author="FC (Fay) Stegerman",
author_email="flx@obfusk.net",
license="GPLv3+",
classifiers=[
Expand Down

0 comments on commit ffbf3bb

Please sign in to comment.