Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help us test: new things.py release 0.0.15 #113

Closed
mikez opened this issue May 22, 2023 · 7 comments
Closed

Help us test: new things.py release 0.0.15 #113

mikez opened this issue May 22, 2023 · 7 comments

Comments

@mikez
Copy link
Contributor

mikez commented May 22, 2023

As of fixing all issues in #110, we're ready for a new release.

I propose we push to PyPI immediately (since its breaking already), and then invite various people to test it. (/cc @AlexanderWillner)

@AlexanderWillner
Copy link
Contributor

@mikez mikez changed the title New things.py release Help us test: new things.py release 0.0.15 May 22, 2023
@mikez
Copy link
Contributor Author

mikez commented May 22, 2023

Context

What changed

  • Various things broke with the new Things database that were fixed (see Changes in DB version 24 #110).
  • The values for date-parameters were extended; now you can do this:
>>> things.todos(stop_date="2023-05-21", status="completed")
>>> things.todos(deadline="<2024-01-01")
>>> things.todos(start_date=">=2023-01-01")

How you can help

pip3 install --upgrade things.py
  1. Test your workflows and ensure everything appears and works as expected.
  2. Test various methods of the API: https://thingsapi.github.io/things.py/things/api.html
  3. Read the documentation and ask if something seems unclear.

Gratitude ☀️

Besides @CaAlden, @NickChristensen, @hlipnick, @subokita, @bkleinen mentioned already, who played an important part in this update... also kudos to @jeredactyl, @patrick91, @fabge, @ishan1m, @roelvangils, @nathankoerschner, @chrizel, @Avery2, and @lmgibson who have supported this library directly or indirectly. Your participation makes open source work.

Thank you. 🙏

@CaAlden
Copy link
Contributor

CaAlden commented May 23, 2023

Thank you for bumping the version! I can confirm that my code works with the new release 🎉

@ishan1m
Copy link

ishan1m commented May 23, 2023

Thank you so much 🙏

(This might just be something specific to my environment, but after upgrading things-cli, I still get an error. Am I doing something wrong?)
Screenshot 2023-05-22 at 18 11 24@2x

@AlexanderWillner
Copy link
Contributor

Am I doing something wrong?

The dependency (things.py) was not updated automatically. This might be fixed in things-cli v0.2.1

@mikez
Copy link
Contributor Author

mikez commented May 23, 2023

@ishan1m if you run pip3 install --upgrade things-cli that third-party library might work now (its author submitted a fix thanks to your comment).

@ishan1m
Copy link

ishan1m commented May 23, 2023

Works now! Thanks a lot!! 🙌

@mikez mikez closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants