Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release-1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Nov 10, 2017
2 parents 421bd0c + 2d63803 commit 56db818
Show file tree
Hide file tree
Showing 20 changed files with 57 additions and 736 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

3.2.0.1711 (2017-11-10)
-----------------------
1.0.0 (2017-11-10)
------------------

**Added**

Expand Down
2 changes: 1 addition & 1 deletion bika/health/profiles/default/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<metadata>
<version>3.2.0.1711</version>
<version>1.0.0</version>
<dependencies>
<dependency>profile-bika.lims:default</dependency>
</dependencies>
Expand Down
13 changes: 13 additions & 0 deletions bika/health/upgrade/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
The following are the rules to follow when adding new upgrade steps:

1) If the upgrade step is required by a contribution to be merged into master,
increase the last number of the version.
eg.: from v01_00_000.py to v01_00_001.py

2) If the upgrade step is required by a contribution that will be merged into
develop branch (in most cases, big changes in code, architectural, etc.),
increase the second number of the version.
eg.: from v01_00_000.py to v01_01_000.py

Also remember to update the version number in bika/health/profiles/metadata.xml
and bika/health/upgrade/configure.zcml
64 changes: 8 additions & 56 deletions bika/health/upgrade/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -4,65 +4,17 @@
i18n_domain="bika">

<genericsetup:upgradeStep
title="Bika Health 3.1.6"
description=""
source="3006"
destination="316"
handler="bika.health.upgrade.to316.upgrade"
sortkey="1"
title="Upgrade to Bika Health Evo 1.0.0"
source="3.2.0.1710"
destination="1.0.0"
handler="bika.health.upgrade.v01_00_000.upgrade"
profile="bika.health:default"/>

<genericsetup:upgradeStep
title="Bika Health 3.1.7"
description=""
source="316"
destination="317"
handler="bika.health.upgrade.to317.upgrade"
sortkey="1"
profile="bika.health:default"/>

<genericsetup:upgradeStep
title="Bika Health 3.1.8"
description=""
source="317"
destination="318"
handler="bika.health.upgrade.to318.upgrade"
sortkey="1"
profile="bika.health:default"/>

<genericsetup:upgradeStep
title="Upgrade to Bika Health 3.2.0"
source="318"
destination="3.2.0"
handler="bika.health.upgrade.v3_2_0.upgrade"
profile="bika.health:default"/>

<genericsetup:upgradeStep
title="Upgrade to Bika Health 3.2.0.1704"
source="3.2.0"
destination="3.2.0.1704"
handler="bika.health.upgrade.v3_2_0_1704.upgrade"
profile="bika.health:default"/>

<genericsetup:upgradeStep
title="Upgrade to Bika Health 3.2.0.1705"
source="3.2.0.1704"
destination="3.2.0.1705"
handler="bika.health.upgrade.v3_2_0_1705.upgrade"
profile="bika.health:default"/>

<genericsetup:upgradeStep
title="Upgrade to Bika Health 3.2.0.1706"
source="3.2.0.1705"
destination="3.2.0.1706"
handler="bika.health.upgrade.v3_2_0_1706.upgrade"
profile="bika.health:default"/>

<genericsetup:upgradeStep
title="Upgrade to Bika Health 3.2.0.1710"
source="3.2.0.1706"
destination="3.2.0.1710"
handler="bika.health.upgrade.v3_2_0_1710.upgrade"
title="Upgrade to Bika Health Evo 1.0.0"
source="3.2.0.1711"
destination="1.0.0"
handler="bika.health.upgrade.v01_00_000.upgrade"
profile="bika.health:default"/>

</configure>
35 changes: 0 additions & 35 deletions bika/health/upgrade/to3001.py

This file was deleted.

22 changes: 0 additions & 22 deletions bika/health/upgrade/to3002.py

This file was deleted.

20 changes: 0 additions & 20 deletions bika/health/upgrade/to3003.py

This file was deleted.

25 changes: 0 additions & 25 deletions bika/health/upgrade/to3004.py

This file was deleted.

32 changes: 0 additions & 32 deletions bika/health/upgrade/to3005.py

This file was deleted.

16 changes: 0 additions & 16 deletions bika/health/upgrade/to3006.py

This file was deleted.

84 changes: 0 additions & 84 deletions bika/health/upgrade/to316.py

This file was deleted.

Loading

0 comments on commit 56db818

Please sign in to comment.