Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 17, 2023
1 parent 7e08bea commit 68cfa16
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v0.4.2 (2023/12/17)

- Fix installing ptemcee

## v0.4.2 (2023/12/16)

### Enhancements 🛠
Expand Down
2 changes: 1 addition & 1 deletion devtool/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def update_version(version, path, key, in_quotes=False, extra_space=False):
if __name__ == "__main__":
major = 0
minor = 4
patch = 2
patch = 3

mmp = f"{major}.{minor}.{patch}"
mm = f"{major}.{minor}"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# The short X.Y version
version = "0.4"
# The full version, including alpha/beta/rc tags
release = "0.4.2"
release = "0.4.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion kliff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.2"
__version__ = "0.4.3"

import warnings

Expand Down

0 comments on commit 68cfa16

Please sign in to comment.