Skip to content

Commit 2c7ed68

Browse files
authored
Prepare release 0.1.0 (#27)
1 parent 70ebba7 commit 2c7ed68

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
0.1.0 (2024-06-02)
6+
==================
7+
8+
Initial working release. Check the docs for how to use the library.
9+
510
0.0.1 (2024-03-12)
611
==================
712

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "python-jsonlogic"
1414
copyright = "2024, Victorien"
1515
author = "Victorien"
16-
release = "0.0.1"
16+
release = "0.1.0"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "python-jsonlogic"
77
description = "An extensible and sane implementation of JsonLogic"
8-
version = "0.0.1"
8+
version = "0.1.0"
99
readme = "README.rst"
1010
authors = [
1111
{name = "Victorien", email = "[email protected]"}

0 commit comments

Comments
 (0)