Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Jun 2, 2021
1 parent 7c8e96c commit 95393f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petastorm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from petastorm.reader import make_reader, make_batch_reader # noqa: F401
from petastorm.transform import TransformSpec # noqa: F401

__version__ = '0.11.1rc0'
__version__ = '0.11.1'

9 comments on commit 95393f1

@dmcguire81
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@selitvin I noticed the GitHub page hasn't been keeping up with releases, so you're still advertising 0.9.3 as the newest release. Want me to make a release out of this one, or show you how?

@selitvin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@selitvin I noticed the GitHub page hasn't been keeping up with releases, so you're still advertising 0.9.3 as the newest release. Want me to make a release out of this one, or show you how?
@dmcguire81 - Hah! Did not notice it broke. Updated the release manually. Perhaps that happened when we moved to git actions? (cc: @chongxiaoc )

@chongxiaoc
Copy link
Collaborator

@chongxiaoc chongxiaoc commented on 95393f1 Jun 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@selitvin I noticed the GitHub page hasn't been keeping up with releases, so you're still advertising 0.9.3 as the newest release. Want me to make a release out of this one, or show you how?
@dmcguire81 - Hah! Did not notice it broke. Updated the release manually. Perhaps that happened when we moved to git actions? (cc: @chongxiaoc )

I see all versions are here:
https://github.com/uber/petastorm/releases

@dmcguire81
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you click on some of the links (e.g.: 0.11.0), it's more obvious that they're only tags, @chongxiaoc.

@dmcguire81
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 11 0 tag

vs

0 11 1 release

Only the latter updates the "Latest Release" on the landing page, on GitHub.

@chongxiaoc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, the release having changes info.
I cannot think any difference between 0.11.0 and 0.11.1 (latest), they are all done by using Actions, same CI.

For missing releases before 0.11.0, they were using TravisCI and it has already been deprecated.

@dmcguire81
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@selitvin I noticed the GitHub page hasn't been keeping up with releases, so you're still advertising 0.9.3 as the newest release. Want me to make a release out of this one, or show you how?
@dmcguire81 - Hah! Did not notice it broke. Updated the release manually. Perhaps that happened when we moved to git actions? (cc: @chongxiaoc )

I see all versions are here:
https://github.com/uber/petastorm/releases

^^^ 0.11.1 was update manually.

@chongxiaoc
Copy link
Collaborator

@chongxiaoc chongxiaoc commented on 95393f1 Jun 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha, okay. I think we need this plugin for Actions: https://github.com/marketplace/actions/automatic-releases.
I will try it later.

@selitvin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot think any difference between 0.11.0 and 0.11.1 (latest), they are all done by using Actions, same CI.
Haha - I created the 0.11.1 manually, when @dmcguire81 alerted we don't have releases on github :)

Please sign in to comment.