Skip to content

Commit

Permalink
Release 8.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonglezb committed May 9, 2023
1 parent c67d67d commit 0da4a60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/contribute/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ As a pre-requisite, you will have to generate a token on pypi and configure poet
Before making a new release, make sure that tests and pep8 are happy, and write
some appropriate changelog entries.

First, update the version in ``enos/utils/constants.py`` and ``pyproject.toml``.

Then, git tag, build a wheel with poetry, and upload it to pypi:

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion enos/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
FAKE_NEUTRON_EXTERNAL_INTERFACE = 'nei'

# ENOS Setup
VERSION = '8.0.0a1'
VERSION = '8.0.0a3'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "enos"
version = "8.0.0a1"
version = "8.0.0a3"
description = "Experimental eNvironment for OpenStack"
authors = ["Didier Iscovery <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 0da4a60

Please sign in to comment.