Skip to content

Commit

Permalink
[SKIP] version bump 0.7.18 -> 0.7.19
Browse files Browse the repository at this point in the history
Merge pull request #267 from menoliu/fix-docs

Fix `docs` workflow bug
  • Loading branch information
joaomcteixeira committed Jan 29, 2024
1 parent 0bc39eb commit 513b35d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.18
current_version = 0.7.19
commit = True
message =
[SKIP] version bump {current_version} -> {new_version}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ While in version ``0``, minor and patch upgrades converge in the ``patch`` numbe
Changelog
=========

v0.7.19 (2024-01-29)
------------------------------------------------------------

* Update Sphinx requirement to v5 to fix ``docs`` workflow and ``tox`` error

v0.7.18 (2024-01-25)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ If you use the Local Disordered Region Sampling (LDRS) module, please also cite:
Version
-------
v0.7.18
v0.7.19
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
year = '2022'
author = 'Julie Forman-Kay Lab'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.7.18'
version = release = '0.7.19'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(*names, **kwargs):

setup(
name='idpconfgen',
version='0.7.18',
version='0.7.19',
description='Generates IDP conformers.',
long_description=long_description,
author='Julie Forman-Kay Lab',
Expand Down
2 changes: 1 addition & 1 deletion src/idpconfgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def assert_subclass(objs, subclass):

source_folder = Path(__file__).absparent

__version__ = '0.7.18'
__version__ = '0.7.19'

0 comments on commit 513b35d

Please sign in to comment.