Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirella de Medeiros committed Jun 3, 2024
2 parents 4a633be + 58d33fd commit ad3355c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boa3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import logging

logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.DEBUG)
__version__ = '1.2.0'
__version__ = '1.2.1'
2 changes: 1 addition & 1 deletion docs/make-pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess
import sys

__version__ = '1.2.0'
__version__ = '1.2.1'

docs_dir = os.path.abspath(f'{__file__}/..')
latex_build_dir = os.sep.join([docs_dir, 'build', 'latex'])
Expand Down
Binary file added docs/versions/neo3-boa_1.2.1_documentation.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ version = { attr = 'boa3.__version__' }


[tool.bumpversion]
current_version = '1.2.0'
current_version = '1.2.1'
commit = true
tag = true

Expand Down

0 comments on commit ad3355c

Please sign in to comment.