Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Mar 21, 2024
1 parent eb7405f commit 99ed3e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.2.5

• add fix-pg-map-id.py.

v0.2.4

• add rm-files.py & fix-files.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 @@ -26,7 +26,7 @@

import click

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

ERRORS = (
Expand Down
2 changes: 1 addition & 1 deletion 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.4"
__version__ = "0.2.5"

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

Expand Down

0 comments on commit 99ed3e4

Please sign in to comment.