Skip to content

Commit

Permalink
version 0.4.1 as uploaded to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Jun 4, 2016
1 parent f28f419 commit a9505a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
author_email="[email protected]",
url="https://www.github.com/hoburg/gpkit",
install_requires=["numpy >= 1.8", "pint", "scipy"],
version="0.4.0.3",
version="0.4.1.0",
packages=["gpkit", "gpkit._mosek", "gpkit.tests", "gpkit.interactive",
"gpkit.nomials", "gpkit.constraints", "gpkit.tools"],
package_data={"gpkit": ["pint/*", "env/*"],
Expand Down

9 comments on commit a9505a6

@whoburg
Copy link
Collaborator

Choose a reason for hiding this comment

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

why didn't the version string in __init__.py get updated here?

@bqpd
Copy link
Contributor Author

@bqpd bqpd commented on a9505a6 Jun 16, 2016

Choose a reason for hiding this comment

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

Because I didn't go through the checklist :(

@whoburg
Copy link
Collaborator

Choose a reason for hiding this comment

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

what should we do about it?

@whoburg
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm about to make a PR with some assorted tweaks/improvements -- I'll change it there.

@bqpd
Copy link
Contributor Author

@bqpd bqpd commented on a9505a6 Jun 16, 2016

Choose a reason for hiding this comment

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

Perfect, I'll push another release when that happens.

@whoburg
Copy link
Collaborator

Choose a reason for hiding this comment

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

Will that be 0.4.2 or 0.4.1.1?

@bqpd
Copy link
Contributor Author

@bqpd bqpd commented on a9505a6 Jun 18, 2016

Choose a reason for hiding this comment

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

Probably 0.4.1.1? Either way is fine.

@whoburg
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think 0.4.1.1 ever happened. What's the current release plan given all the recent and ongoing activity?

@bqpd
Copy link
Contributor Author

@bqpd bqpd commented on a9505a6 Sep 11, 2016

Choose a reason for hiding this comment

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

I wanted to fix bugs and install issues and close out the PRs, but we should ship no later than the end of next week.

Please sign in to comment.