Skip to content

Commit

Permalink
Prepare Release 2.4.0 (#135)
Browse files Browse the repository at this point in the history
* Removed year

* Changelog updated

* Code headers

* Pinned versions
  • Loading branch information
ramonski authored Mar 10, 2023
1 parent f622058 commit 322c66c
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/About.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
License
=======

**SENAITE.LIMS** Copyright (C) 2017-2022 RIDING BYTES & NARALABS
**SENAITE.LIMS** Copyright (C) RIDING BYTES & NARALABS

This program is free software; you can redistribute it and/or modify it under
the terms of the `GNU General Public License version 2
Expand Down
30 changes: 28 additions & 2 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
2.4.0 (unreleased)
2.4.0 (2023-03-10)
------------------

- no changes yet
- senaite.core 2.3.0 → 2.4.0

https://github.com/senaite/senaite.core/releases/tag/v2.4.0

- senaite.impress 2.3.0 → 2.4.0

https://github.com/senaite/senaite.impress/releases/tag/2.4.0

- senaite.app.supermodel 2.3.0 → 2.4.0

https://github.com/senaite/senaite.app.supermodel/releases/tag/2.4.0

- senaite.app.listing 2.3.0 → 2.4.0

https://github.com/senaite/senaite.app.listing/releases/tag/2.4.0

- senaite.app.spotlight 2.3.0 → 2.4.0

https://github.com/senaite/senaite.app.spotlight/releases/tag/2.4.0

- senaite.jsonapi 2.3.0 → 2.4.0

https://github.com/senaite/senaite.jsonapi/releases/tag/2.4.0

- Plone 5.2.9 → 5.2.11

https://dist.plone.org/release/5.2.11/RELEASE-NOTES.md


2.3.0 (2022-10-04)
Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
include_package_data=True,
zip_safe=False,
install_requires=[
"Plone>=5.2.9",
"senaite.core>=2.3.0",
"senaite.app.listing>=2.3.0",
"senaite.app.spotlight>=2.3.0",
"senaite.app.supermodel>=2.3.0",
"senaite.impress>=2.3.0",
"senaite.jsonapi>=2.3.0",
"Plone==5.2.11",
"senaite.core==2.4.0",
"senaite.app.listing==2.4.0",
"senaite.app.spotlight==2.4.0",
"senaite.app.supermodel==2.4.0",
"senaite.impress==2.4.0",
"senaite.jsonapi==2.4.0",
"setuptools",
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.

try:
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/lims/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.

import logging
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/lims/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.

PROJECTNAME = "senaite.lims"
2 changes: 1 addition & 1 deletion src/senaite/lims/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.

from bika.lims.interfaces import IBikaLIMS
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/lims/setuphandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.

from senaite.lims import logger
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/lims/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion src/senaite/lims/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.

import transaction
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/lims/tests/test_doctests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.

import unittest2 as unittest
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/lims/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.

from Products.CMFPlone.utils import get_installer
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/lims/upgrades/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.
2 changes: 1 addition & 1 deletion src/senaite/lims/upgrades/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright 2018-2022 by it's authors.
# Copyright 2018-2023 by it's authors.
# Some rights reserved, see README and LICENSE.

from senaite.impress import logger
Expand Down

0 comments on commit 322c66c

Please sign in to comment.