Skip to content

Commit

Permalink
v0.6.0 — Better timestamps
Browse files Browse the repository at this point in the history
- Support Python 3.8 and 3.9
- `"release_date"` fields are now derived from `"upload_time_iso_8601"` fields
  instead of `"upload_time"`.  They thus now include microseconds and the
  timezone.
- Drop support for Python 3.4 and 3.5
- Support PyPy3
- Update Click to 8.0
  • Loading branch information
jwodder committed May 31, 2021
1 parent f69d470 commit e6f66ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.6.0 (in development)
-----------------------
v0.6.0 (2021-05-31)
-------------------
- Support Python 3.8 and 3.9
- `"release_date"` fields are now derived from `"upload_time_iso_8601"` fields
instead of `"upload_time"`. They thus now include microseconds and the
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2019 John Thorvald Wodder II
Copyright (c) 2017-2021 John Thorvald Wodder II

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/qypi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
information.
"""

__version__ = '0.6.0.dev1'
__version__ = '0.6.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'qypi@varonathe.org'
__license__ = 'MIT'
Expand Down

0 comments on commit e6f66ad

Please sign in to comment.