Skip to content

Commit

Permalink
automatic release to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Aug 19, 2020
1 parent 6b5213b commit 4f405bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.0] - 2020-08-19

### Added

Expand All @@ -20,11 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `__main__` checks if there is CMakeLists.txt or pyproject.toml in path.
Based on that it decide which version command it will execute.

### Fixed

### Removed

[Unreleased]: https://github.com/greenbone/pontos/compare/v0.2.0...master
[0.3.0]: https://github.com/greenbone/pontos/compare/v0.2.0...v0.3.0

## [0.2.0] - 2020-04-14

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.3.0.dev1"
__version__ = "0.3.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.3.0.dev1"
version = "0.3.0"
description = "Common utilities and tools maintained by Greenbone Networks"
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 4f405bc

Please sign in to comment.