Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jul 27, 2017
1 parent e7c1d1a commit e2e4c42
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import shutil
import importlib

__version__ = "1.1.0.b1"
__version__ = "1.1.0.b2"

# Enable support for `from Qt import *`
__all__ = []
Expand Down Expand Up @@ -1237,10 +1237,7 @@ def _install():
setattr(our_submodule, member, their_member)

# Backwards compatibility
try:
Qt.QtCompat.load_ui = Qt.QtCompat.loadUi
except AttributeError:
pass
Qt.QtCompat.load_ui = Qt.QtCompat.loadUi


_install()
Expand Down

2 comments on commit e2e4c42

@mnemyx
Copy link

@mnemyx mnemyx commented on e2e4c42 Aug 8, 2017

Choose a reason for hiding this comment

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

I don't think it was intentional to revert the changes merged in from PR #223 when bumping the version?

@mottosso
Copy link
Owner Author

Choose a reason for hiding this comment

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

Oh snap. Thanks for noticing.

Please sign in to comment.