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 Sep 10, 2023
1 parent 9ed5d1c commit 47730c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

v3.2.2
----------
- Consolidate ``SnB``/``doped`` ``INCAR`` defaults and remove redundant settings.
- Ensure backwards compatiblity in defect folder name handling.
- Fix bug in ``get_site_magnetizations``.

v3.2.1
----------
- Update CLI config handling.
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 = 'Irea Mosquera-Lois, Seán R. Kavanagh'

# The full version, including alpha/beta/rc tags
release = '3.2.1'
release = '3.2.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def package_files(directory):

setup(
name="shakenbreak",
version="3.2.1",
version="3.2.2",
description="Package to generate and analyse distorted defect structures, in order to "
"identify ground-state and metastable defect configurations.",
long_description=long_description,
Expand Down

0 comments on commit 47730c6

Please sign in to comment.