Skip to content

Commit

Permalink
Merge pull request #1 from bjoernricks/create-new-release
Browse files Browse the repository at this point in the history
Create new release
  • Loading branch information
bjoernricks authored Apr 9, 2020
2 parents 18fab56 + 76a017c commit f909db1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,12 @@ first time.
```sh
mkdir pontos-install-test
cd pontos-install-test
git init
python3 -m venv test-env
source ./test-env/bin/activate
pip install -U pip # ensure the environment uses a recent version of pip
pip install --pre -I --extra-index-url https://test.pypi.org/simple/ pontos
python -c "from pontos.version import __version__; print(__version__)"
pontos check
python -m pontos.version show
```

* Remove test environment
Expand Down
2 changes: 1 addition & 1 deletion pontos/version/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "0.1.0.dev1"
__version__ = "0.1.0"
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 = "pontos"
version = "0.1.0.dev1"
version = "0.1.0"
description = "Common utilities and tools maintained by Greenbone Networks"
authors = ["Greenbone Networks GmbH <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit f909db1

Please sign in to comment.