Skip to content

Commit

Permalink
Bump changelog and version number before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Mar 11, 2024
1 parent cd02a31 commit e9d70e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

v.2.3.3
----------
- General robustness updates:
- Updated file parsing to avoid hidden files.
- Sanity check in `DefectsGenerator` if input symmetry is `P1`.
- Add `NKRED` to `INCAR` mismatch tests.
- Re-parse config & spin degeneracies in concentration/symmetry functions if data not already present
(if user is porting `DefectEntry`s from older `doped` versions or manually).
- Avoid unnecessary `DeprecationWarning`s
- Updated docs and linting

v.2.3.2
----------
- Update to match breaking change in ``pymatgen==2024.3.1`` (released today), handling ``incar_params``.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Seán R. Kavanagh'

# The full version, including alpha/beta/rc tags
release = '2.3.2'
release = '2.3.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "doped"
version = "2.3.2"
version = "2.3.3"
description = "Python package to setup, process and analyse solid-state defect calculations with VASP"
authors = [{name = "Seán Kavanagh", email = "sean.kavanagh.19@ucl.ac.uk"}]
readme = "README.md"
Expand Down

0 comments on commit e9d70e6

Please sign in to comment.