diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f5d6298..90eeb662 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Change Log ========== +v3.3.6 +---------- +- Add `py.typed` to properly detect type hints by @Andrew-S-Rosen +- `snb-run` updates to improve efficiency + v3.3.5 ---------- - Enforce ``doped>=2.4.4`` requirement. diff --git a/docs/conf.py b/docs/conf.py index 09c1dbc9..1057987c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Irea Mosquera-Lois, Seán R. Kavanagh' # The full version, including alpha/beta/rc tags -release = '3.3.5' +release = '3.3.6' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 16807d98..3e0ba5ab 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ def package_files(directory): setup( name="shakenbreak", - version="3.3.5", + version="3.3.6", description="Package to generate and analyse distorted defect structures, in order to " "identify ground-state and metastable defect configurations.", long_description=long_description,