Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-release-info-v1
[[projects]]
qnames = ["pwkit", "pypa"]
version = "1.1.1"
age = 0

+++
  • Loading branch information
cranko committed Jun 18, 2023
2 parents 5c6d12b + dc4a48e commit 2f9b586
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include *.rst
include *.md
include *.yml
include LICENSE
include MANIFEST.in

Expand Down
10 changes: 5 additions & 5 deletions ci/zenodo.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pwkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f9b586

Please sign in to comment.