-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/*"], | ||
|
a9505a6
There was a problem hiding this comment.
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?a9505a6
There was a problem hiding this comment.
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 :(
a9505a6
There was a problem hiding this comment.
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?
a9505a6
There was a problem hiding this comment.
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.
a9505a6
There was a problem hiding this comment.
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.
a9505a6
There was a problem hiding this comment.
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
or0.4.1.1
?a9505a6
There was a problem hiding this comment.
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.
a9505a6
There was a problem hiding this comment.
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?
a9505a6
There was a problem hiding this comment.
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.