File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
312A test release, after many years of inactivity, because the previous release
Original file line number Diff line number Diff line change 1- include *.rst
21include *.md
2+ include *.yml
33include LICENSE
44include MANIFEST.in
55
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 1111]
1212
1313project = "pwkit"
14- release = "1.1.0 " # cranko project-version
14+ release = "1.1.1 " # cranko project-version
1515version = "." .join (release .split ("." )[:2 ])
1616
1717copyright = "2015-2023, Peter K. G. Williams and collaborators"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def get_long_desc():
3737
3838setup (
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
You can’t perform that action at this time.
0 commit comments