Skip to content

Commit

Permalink
📝 preparing for next release, documentation updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
nazrulworld committed Feb 13, 2021
1 parent 9e81ed0 commit 7d86587
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

6.0.1 (unreleased)
6.1.0 (unreleased)
------------------

- Breaking/Fixes: `PR#48 <https://github.com/nazrulworld/fhir.resources/pull/48>`_ ``Resource.id`` type has been replaced with ``fhirtypes.Id`` from ``fhirtypes.String`` (only for R4) [ItayGoren]
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ The module ``fhirtypes.py`` contains all fhir resources related types and should

``Resource.id aka fhirtypes.Id`` constraint extensibility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There are a lots of discussion about ``Resource.Id`` length of value here i.) https://bit.ly/360HksL ii.) https://bit.ly/3o1fZgl
Based on that discussion, we recommend keep your ``Resource.Id`` size within 64 letters, but we are also providing freedom
There are a lots of discussion here here i.) https://bit.ly/360HksL ii.) https://bit.ly/3o1fZgl about the length of ``Resource.Id``'s value.
Based on those discussions, we recommend that keep your ``Resource.Id`` size within 64 letters (for the seek of intercompatibility with third party system), but we are also providing freedom
about the length of Id, in respect with others opinion that 64 chr length is not sufficient. ``fhirtypes.Id.configure_constraints()``
is offering to customize as your own requirement.

Expand Down
2 changes: 1 addition & 1 deletion fhir/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .fhirtypesvalidators import get_fhir_model_class

__fhir_version__ = "4.0.1"
__version__ = "6.0.0"
__version__ = "6.1.0"


def construct_fhir_element(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
),
},
url="https://github.com/nazrulworld/fhir.resources",
version="6.0.1.dev0",
version="6.1.0.dev0",
zip_safe=False,
python_requires=">=3.6",
project_urls={
Expand Down

0 comments on commit 7d86587

Please sign in to comment.