Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloud11665/koishi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.5
Choose a base ref
...
head repository: cloud11665/koishi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on May 3, 2021

  1. v1.1.5

    cloud11665 committed May 3, 2021
    Copy the full SHA
    54ef578 View commit details
  2. fix CI yml

    cloud11665 committed May 3, 2021
    Copy the full SHA
    7063f30 View commit details
  3. ci error

    cloud11665 committed May 3, 2021
    Copy the full SHA
    118cd09 View commit details

Commits on Mar 6, 2022

  1. Update README.md

    cloud11665 authored Mar 6, 2022
    Copy the full SHA
    61f4dcc View commit details
Showing with 5 additions and 5 deletions.
  1. +2 −2 .github/workflows/pypi-publish.yml
  2. +2 −2 README.md
  3. +1 −1 setup.py
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish to PyPI

on:
release: [published]

release:
types: [published]

jobs:
build:
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ $ pip install koishi
## Credits
- [MasFlam/SatoriCLI.jl](https://github.com/MasFlam/SatoriCLI.jl) - for helping with multipart problem submit requests.
- [zielmicha/satori-cli](https://github.com/zielmicha/satori-cli) - for inspiration / idea.
- [u/plasticparakeet](https://www.reddit.com/r/touhou/comments/9jkphu/windows_characters_as_flatstyle_sprites) - Koishi Komeiji icon.
- [plasticparakeet](https://svgshare.com/i/8Wo.svg) - Koishi Komeiji icon.
 

## Contributing
@@ -101,4 +101,4 @@ $ pip install koishi
</a>
</div>

koishi is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms and conditions of the MIT license.
koishi is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms and conditions of the MIT license.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

setuptools.setup(
name="koishi",
version="1.1.4",
version="1.1.6",
description="Python wrapper for the unofficial scraped API of the satori testing system.",
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",