Skip to content

Commit

Permalink
Merge pull request #116 from roocs/prep-rel-0.6.8
Browse files Browse the repository at this point in the history
Prep rel 0.6.8
  • Loading branch information
Zeitsperre authored Apr 17, 2024
2 parents 905ea49 + 01cbe17 commit 050019d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Next
* ...


v0.6.8 (2024.04.17)
-------------------

Other Changes
^^^^^^^^^^^^^
* Fixed logging and updated conda env (#115).


v0.6.7 (2024.02.05)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.6.7"
version = "0.6.8"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion roocs_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__contact__ = "[email protected]"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__license__ = "BSD - see LICENSE file in top-level package directory"
__version__ = "0.6.7"
__version__ = "0.6.8"

from roocs_utils.config import get_config
import roocs_utils
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.7
current_version = 0.6.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__contact__ = "[email protected]"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__license__ = "BSD - see LICENSE file in top-level package directory"
__version__ = "0.6.7"
__version__ = "0.6.8"

from setuptools import find_packages
from setuptools import setup
Expand Down

0 comments on commit 050019d

Please sign in to comment.