Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove doc version value #2260

Merged
merged 2 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .bumpversion.cfg

This file was deleted.

18 changes: 1 addition & 17 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,6 @@ variable. The ``-W`` option turns all warnings into errors::

SPHINXOPTS=-W make clean html

Release process
---------------

This repository uses `bump2version <https://pypi.org/project/bump2version/>`_ to manage version numbers.
To tag a release run::

$ bumpversion release

This will remove the ``.dev0`` suffix from the current version, commit, and tag the release.

To switch back to a development version run::

$ bumpversion --no-tag [major|minor|patch]

Specifying ``major``, ``minor`` or ``patch`` depending on whether the development branch will be a `major, minor or patch release <https://semver.org/>`_. This will also add the ``SNAPSHOT`` suffix.



Auto-generated content
----------------------
Expand All @@ -145,6 +128,7 @@ manually, download the OMERO.server and run the auto-generation script as::

WORSKSPACE=/path/to/OMERO/deliverables ./omero/autogen_docs


****************
Conventions Used
****************
Expand Down
2 changes: 0 additions & 2 deletions omero/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
# General information about the project.
author = u'The Open Microscopy Environment'
copyright = u'2000-%d, ' % datetime.datetime.now().year + author
version = "5.6.5-SNAPSHOT-1"
release = version


def split_release(release):
Expand Down