Skip to content

Commit 2f9b586

Browse files
author
cranko
committed
Release commit created with Cranko.
+++ cranko-release-info-v1 [[projects]] qnames = ["pwkit", "pypa"] version = "1.1.1" age = 0 +++
2 parents 5c6d12b + dc4a48e commit 2f9b586

6 files changed

Lines changed: 18 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# pwkit 1.1.1 (2023-06-18)
2+
3+
No code changes.
4+
5+
- The last release did not publish to PyPI due to a problem with
6+
the CI automation; attempt to fix that.
7+
- Also attempt to fix the ReadTheDocs build.
8+
9+
110
# pwkit 1.1.0 (2023-06-18)
211

312
A test release, after many years of inactivity, because the previous release

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
include *.rst
21
include *.md
2+
include *.yml
33
include LICENSE
44
include MANIFEST.in
55

ci/zenodo.json5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"language": "eng",
3232
"license": "MIT",
3333
"publication_date": "2023-06-18",
34-
"title": "pwkit 1.1.0",
34+
"title": "pwkit 1.1.1",
3535
"upload_type": "software",
36-
"version": "1.1.0"
36+
"version": "1.1.1"
3737
},
3838
"conceptdoi": "10.5281/zenodo.8052838",
39-
"record_id": "8052839",
40-
"doi": "10.5281/zenodo.8052839",
41-
"bucket_link": "https://zenodo.org/api/files/6b8a7063-d21f-4d38-92ab-6a0d32368a6b"
39+
"record_id": "8052867",
40+
"doi": "10.5281/zenodo.8052867",
41+
"bucket_link": "https://zenodo.org/api/files/0209e6eb-b5a7-4341-bf29-2304f5e87cb1"
4242
}

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
]
1212

1313
project = "pwkit"
14-
release = "1.1.0" # cranko project-version
14+
release = "1.1.1" # cranko project-version
1515
version = ".".join(release.split(".")[:2])
1616

1717
copyright = "2015-2023, Peter K. G. Williams and collaborators"

pwkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__all__ = "Holder PKError binary_type reraise_context text_type unicode_to_str".split()
1111

12-
__version__ = "1.1.0" # cranko project-version
12+
__version__ = "1.1.1" # cranko project-version
1313

1414
# Simultaneous Python 2/3 compatibility through the 'six' module. I started
1515
# out hoping that I could do this all "in-house" without adding the dep, but

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_long_desc():
3737

3838
setup(
3939
name="pwkit", # cranko project-name
40-
version="1.1.0", # cranko project-version
40+
version="1.1.1", # cranko project-version
4141
# This package actually *is* zip-safe, but I've run into issues with
4242
# installing it as a Zip: in particular, the install sometimes fails with
4343
# "bad local file header", and reloading a module after a reinstall in

0 commit comments

Comments
 (0)