Skip to content

Commit

Permalink
Development is now on 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Mar 10, 2023
1 parent 66cb1ea commit af2abd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

2.5.0 (unreleased)
------------------

- no changes yet


2.4.0 (2023-03-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.4.0"
version = "2.5.0"

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

__version__ = "2.4.0"
__date__ = "2023-03-10"
__version__ = "2.5.0"
__date__ = "unreleaed"

BASE_URL = "/senaite/v1"

Expand Down

0 comments on commit af2abd0

Please sign in to comment.