Skip to content

Commit

Permalink
Development is now on 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Jun 10, 2022
1 parent 38274c5 commit 5bb3988
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.3.0 (unreleased)
------------------

- no changes yet


2.2.0 (2022-06-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = "2.2.0"
version = "2.3.0"

with open("docs/About.rst", "r") as fh:
long_description = fh.read()
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/impress/profiles/default/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<metadata>
<version>2.2.0</version>
<version>2.3.0</version>
</metadata>
4 changes: 2 additions & 2 deletions src/senaite/impress/upgrades/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<genericsetup:upgradeStep
title="Upgrade SENAITE IMPRESS"
description="Upgrade to version 2.2.0"
description="Upgrade to version 2.3.0"
sortkey="1"
source="*"
destination="2.2.0"
destination="2.3.0"
handler="senaite.impress.upgrades.handlers.run_all_importsteps"
profile="senaite.impress:default" />

Expand Down

0 comments on commit 5bb3988

Please sign in to comment.