Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jssuzanne committed Mar 11, 2023
1 parent c43bcca commit aeab6d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion anyblok/release.py
Expand Up @@ -14,4 +14,4 @@
# This Source Code Form is subject to the terms of the Mozilla Public License,
# v. 2.0. If a copy of the MPL was not distributed with this file,You can
# obtain one at http://mozilla.org/MPL/2.0/.
version = "1.4.0"
version = "2.0.0"
6 changes: 4 additions & 2 deletions doc/CHANGES.rst
Expand Up @@ -9,6 +9,8 @@
.. Copyright (C) 2019 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
.. Copyright (C) 2020 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
.. Copyright (C) 2021 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
.. Copyright (C) 2022 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
.. Copyright (C) 2023 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
..
.. This Source Code Form is subject to the terms of the Mozilla Public License,
.. v. 2.0. If a copy of the MPL was not distributed with this file,You can
Expand All @@ -17,7 +19,7 @@
CHANGELOG
=========

2.0.0 (unreleased)
2.0.0 (2023-03-11)
------------------

* Upgrade version of sqlalchemy to **2.0.0**
Expand All @@ -26,7 +28,7 @@ CHANGELOG
* The previsous deprecated configuration are placed as removed
theses configurations will be removed from the code in the next version
* Added Sequence with *no gap* to provide functional sequence without gaps.
* Fixed sphinx pluggin
* Fixed sphinx plugins

1.4.0 (2023-02-17)
------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -8,7 +8,7 @@ description = "Anyblok is a dynamic injection blok framework"
authors = [
{ name = "Jean-Sébastien Suzanne", email = "jssuzanne@anybox.fr" },
]
version = "1.4.0"
version = "2.0.0"
license = { text = "MPL2" }
requires-python = ">=3.7"
dependencies = [
Expand Down

0 comments on commit aeab6d6

Please sign in to comment.