Skip to content
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

Set IDecimal attributes min, max and default as Decimal typ… #89

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

agroszer
Copy link
Contributor

@agroszer agroszer commented Mar 6, 2020

Set IDecimal attributes min, max and default as Decimal type instead of Number.

fixes #88

Copy link
Member

@jamadden jamadden left a comment

Choose a reason for hiding this comment

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

Mostly LGTM.

CHANGES.rst Outdated
@@ -2,8 +2,12 @@
Changes
=========

5.0 (unreleased)
================
4.9.4 (unreleased)
Copy link
Member

Choose a reason for hiding this comment

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

I think the NFC change was considered potentially breaking, so a major version bump to 5.0.0 was appropriate.

CHANGES.rst Outdated
4.9.4 (unreleased)
==================

- Set `IDecimal` attributes `min`, `max` and `default` as `Decimal` type
Copy link
Member

Choose a reason for hiding this comment

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

Double backticks ("``") for literals, please. Otherwise with a single backtick ("`") you're using the default role, which tends to render in italics unless otherwise configured (as happens when the changelog is rendered on PyPI).

@agroszer agroszer merged commit a8cbc1f into master Mar 6, 2020
@icemac icemac deleted the adamg-decimal branch March 6, 2020 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IDecimal leaves min, max, default attributes with type Number
2 participants