Skip to content

Commit

Permalink
bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
usagitoneko97 committed Sep 19, 2021
1 parent 662d62f commit a620bad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PY-SCA CHANGELOG
================

<unreleased> Release Notes (date pending)
v0.6.3 Release Notes (09/19/21)
* Fixed conditions in loop causing conflicting conditions propagation (#7)
+ implemented identity (is, is not) comparison for const and instance (#7)
* fixed Del and Delete shared the same node, and caused fields error (#7)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "usagitoneko97"

# The full version, including alpha/beta/rc tags
release = "0.6.2"
release = "0.6.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion klara/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "klara"
version = "0.6.2"
version = "0.6.3"
description = "Automatic test case generation and static analysis library"
authors = ["Ho Guo Xian <[email protected]>"]
documentation = "https://klara-py.readthedocs.io"
Expand Down

0 comments on commit a620bad

Please sign in to comment.