Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Mar 16, 2020
1 parent 70760dd commit 2599461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

version_info = (4, 1, 0, "dev0")
version_info = (4, 1, 0)

__version__ = '.'.join(map(str, version_info))
__license__ = __doc__
Expand Down

3 comments on commit 2599461

@bohdankoretski
Copy link

Choose a reason for hiding this comment

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

Hey guys, shouldn't it be 4.0.1 ? I am asking because everywhere it is specified this version except config and Title... possibly I am missing something

@ccordoba12
Copy link
Member Author

Choose a reason for hiding this comment

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

We haven't done the announcement because there's a serious issue about this version.

@bohdankoretski
Copy link

Choose a reason for hiding this comment

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

Ok, got that... it is just that Spyder IDE 'screams' that there is new version which I could not find :) Sorry for bothering

Please sign in to comment.