diff --git a/README.md b/README.md index 33f2e4b..68ea578 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The consolidated OCDS for PPPs extension can be declared in [OCDS package metada OCDS for PPPs is constructed from [a number of different modular extensions to OCDS](http://standard.open-contracting.org/profiles/ppp/latest/en/extensions/), most of which can be used independently from the profile. -This repository contains one additional extension that forms part of the OCDS for PPPs profile. This extension introduces a number of fields and building blocks that are specific to PPP disclosure against the World Bank Framework, as well as changing a closed codelist (`releaseTag.csv`), a modification that only applies in an OCDS Profile. +This repository contains one additional extension that forms part of the OCDS for PPPs profile. This extension introduces a number of fields and building blocks that are specific to PPP disclosure against the World Bank Framework. ### PPP Specific extensions @@ -78,6 +78,10 @@ Report issues for this extension in the [ocds-extensions repository](https://git ## Changelog +### 2021-01-14 + +* Remove `+releaseTag.csv` codelist. + ### 2021-01-11 * Remove `initiationType.csv` codelist. diff --git a/codelists/+releaseTag.csv b/codelists/+releaseTag.csv deleted file mode 100644 index 46f702c..0000000 --- a/codelists/+releaseTag.csv +++ /dev/null @@ -1,7 +0,0 @@ -Code,Title,Description -qualification,Qualification,Providing information about a new pre-qualification process (to qualify or pre-select bidders for a tender process). -qualificationUpdate,Qualification update,"An update to an existing qualification release. There should be at least one qualification release with the same ocid, but an earlier releaseDate, before a qualificationUpdate is published. An update may add new information or make corrections to prior published information. It should not be used for formal legal amendments to a pre-qualification process, for which the qualificationAmendment tag should be used." -qualificationAmendment,Qualification amendment,"An amendment to an existing qualification release. There should be at least one qualification release with the same ocid, but an earlier releaseDate, before a qualificationAmendment is published. The term amendment has legal meaning in many jurisdictions." -qualificationCancellation,Qualification cancellation,"The cancellation of an existing pre-qualification process. There should be at least one release with the same ocid, but an earlier releaseDate, which provides details of the pre-qualification process being cancelled." -shortlist,Shortlist,"Providing information about the qualification or pre-selection of bidders. The preQualification section may be populated with details of the process leading up to the shortlist, and details of qualified or shortlisted bidders will be provided in the parties section." -shortlistUpdate,Shortlist update,"An update to an existing shortlist release. There should be at least one shortlist release with the same ocid, but an earlier releaseDate before an shortlistUpdate is published. An update may add new information or make corrections." diff --git a/extension.json b/extension.json index 66171ad..284ca89 100644 --- a/extension.json +++ b/extension.json @@ -14,7 +14,6 @@ "codelists": [ "+milestoneType.csv", "+partyRole.csv", - "+releaseTag.csv", "-partyRole.csv", "documentType.csv", "metricID.csv",