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

Update release history #719

Merged
merged 4 commits into from
Sep 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
History
=======
2.6.2.2 (2023-08-20)
---------------------
* Added protobuf's lower bound version (>=3.20)


2.6.2.1 (2023-08-20)
---------------------
* [Yanked because operation miss] Added protobuf's lower bound version (>=3.20)

2.6.2 (2023-07-30)
-------------------
* Removed version limit for protobuf
* [Yanked because wrong dependency] Removed version limit for protobuf

2.6.1 (2023-06-18)
-------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def run(self):

# pypi checklist:
# update History.rst readme.md
# git commit -m "release version ..."
# git tag -a v1.0.0 -m "version 1.0.0"
# git push -u origin HEAD --tags
# go github actions, enter version number v1.0.0 then publish
Expand Down
Loading