Skip to content

Commit

Permalink
Update Dependency (#497)
Browse files Browse the repository at this point in the history
* Bump version: 0.5.3.dev0 → 0.5.3.dev1

* pin alabaster
  • Loading branch information
sarahmish authored Jan 11, 2024
1 parent 9c9846e commit 4da126f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion orion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """MIT Data To AI Lab"""
__email__ = '[email protected]'
__version__ = '0.5.3.dev0'
__version__ = '0.5.3.dev1'

import os

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.5.3.dev0
current_version = 0.5.3.dev1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
'ipython>=6.5,<9',
'Jinja2>=2,<3',

# fails on Sphinx < v3.4
'alabaster<=0.7.12',

# style check
'flake8>=3.7.7,<4',
'isort>=4.3.4,<5',
Expand Down Expand Up @@ -127,6 +130,6 @@
test_suite='tests',
tests_require=tests_require,
url='https://github.com/sintel-dev/Orion',
version='0.5.3.dev0',
version='0.5.3.dev1',
zip_safe=False,
)

0 comments on commit 4da126f

Please sign in to comment.