diff --git a/CHANGELOG.md b/CHANGELOG.md index 550130c..d5d0e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# pwkit 1.1.1 (2023-06-18) + +No code changes. + +- The last release did not publish to PyPI due to a problem with + the CI automation; attempt to fix that. +- Also attempt to fix the ReadTheDocs build. + + # pwkit 1.1.0 (2023-06-18) A test release, after many years of inactivity, because the previous release diff --git a/MANIFEST.in b/MANIFEST.in index b1e65dc..4b2feab 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ -include *.rst include *.md +include *.yml include LICENSE include MANIFEST.in diff --git a/ci/zenodo.json5 b/ci/zenodo.json5 index 0618f05..717434d 100644 --- a/ci/zenodo.json5 +++ b/ci/zenodo.json5 @@ -31,12 +31,12 @@ "language": "eng", "license": "MIT", "publication_date": "2023-06-18", - "title": "pwkit 1.1.0", + "title": "pwkit 1.1.1", "upload_type": "software", - "version": "1.1.0" + "version": "1.1.1" }, "conceptdoi": "10.5281/zenodo.8052838", - "record_id": "8052839", - "doi": "10.5281/zenodo.8052839", - "bucket_link": "https://zenodo.org/api/files/6b8a7063-d21f-4d38-92ab-6a0d32368a6b" + "record_id": "8052867", + "doi": "10.5281/zenodo.8052867", + "bucket_link": "https://zenodo.org/api/files/0209e6eb-b5a7-4341-bf29-2304f5e87cb1" } diff --git a/docs/source/conf.py b/docs/source/conf.py index 4f319de..de26107 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,7 +11,7 @@ ] project = "pwkit" -release = "1.1.0" # cranko project-version +release = "1.1.1" # cranko project-version version = ".".join(release.split(".")[:2]) copyright = "2015-2023, Peter K. G. Williams and collaborators" diff --git a/pwkit/__init__.py b/pwkit/__init__.py index fd0249f..a140983 100644 --- a/pwkit/__init__.py +++ b/pwkit/__init__.py @@ -9,7 +9,7 @@ __all__ = "Holder PKError binary_type reraise_context text_type unicode_to_str".split() -__version__ = "1.1.0" # cranko project-version +__version__ = "1.1.1" # cranko project-version # Simultaneous Python 2/3 compatibility through the 'six' module. I started # out hoping that I could do this all "in-house" without adding the dep, but diff --git a/setup.py b/setup.py index c7ba81f..11ba753 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def get_long_desc(): setup( name="pwkit", # cranko project-name - version="1.1.0", # cranko project-version + version="1.1.1", # cranko project-version # This package actually *is* zip-safe, but I've run into issues with # installing it as a Zip: in particular, the install sometimes fails with # "bad local file header", and reloading a module after a reinstall in