Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Release v1.1.1

See merge request tron/addannot!265
  • Loading branch information
franla23 committed Oct 27, 2023
2 parents 75e2e97 + 44ceede commit a1512f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -19,6 +24,6 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
# version: 3.7
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# The full version, including alpha/beta/rc tags
# TODO: it would be great to have a common versioning, but right now it would require importing neofox here which does
# TODO: not work in readthedocs environment
release = "0.4.0.dev2"
release = "1.1.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion neofox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.#


VERSION = "1.1.0"
VERSION = "1.1.1"

REFERENCE_FOLDER_ENV = "NEOFOX_REFERENCE_FOLDER"
NEOFOX_BLASTP_ENV = "NEOFOX_BLASTP"
Expand Down

0 comments on commit a1512f3

Please sign in to comment.