Skip to content

Commit

Permalink
Bumped versions to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Oct 3, 2022
1 parent 58f7d31 commit 4980fdb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2.4.0 (unreleased)
------------------

- no changes yet


2.3.0 (2022-10-03)
------------------
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.3.0"
version = "2.4.0"

with open("README.rst", "r") as fh:
long_description = fh.read()
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/jsonapi/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from senaite.jsonapi.v1 import routes
from senaite.jsonapi import add_route as add_senaite_route

__version__ = "2.3.0"
__version__ = "2.4.0"
__date__ = "2022-10-03"

BASE_URL = "/senaite/v1"
Expand Down

0 comments on commit 4980fdb

Please sign in to comment.