Skip to content

Remove version upper limit of werkzeug #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

kanghyojun
Copy link
Member

@superfluite 가 슬랙에서 제보해선 버그수정합니다.

@kanghyojun kanghyojun added the bug label Mar 13, 2017
@kanghyojun kanghyojun self-assigned this Mar 13, 2017
@kanghyojun kanghyojun requested a review from dahlia March 13, 2017 03:16
setup.py Outdated
@@ -27,7 +27,7 @@ def get_version():
setup_requires = []
service_requires = [
# FIXME Test Werkzeug 0.9, 0.10, 0.11 as well
'Werkzeug >= 0.11, < 0.12',
'Werkzeug >= 0.11',
Copy link
Member

Choose a reason for hiding this comment

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

이러지 말고 Werkzeug >= 0.11, < 1.0 정도로 두는 건 어떨까요?

@kanghyojun kanghyojun force-pushed the werkzeug-version-pinning branch from 55be7e5 to 148471a Compare March 13, 2017 03:20
@kanghyojun kanghyojun merged commit bf7a964 into nirum-lang:maintenance-0.3 Mar 13, 2017
kanghyojun added a commit that referenced this pull request Mar 20, 2017
* Prepare to release 0.3.8

* Change version upper limit of werkzeug (#63)

* Prepare 0.3.9 release

* Prepare release 0.3.10

I did not release anything by mistake when I uploaded the version to 0.3.8, so I upgraded it again.

* Going to 0.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants