Skip to content

Commit

Permalink
Release version 0.5.0 (#309)
Browse files Browse the repository at this point in the history
* Update changelog

* Version 0.5.0
  • Loading branch information
rth authored Apr 4, 2022
1 parent 52362bc commit a50d61b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[bumpversion]
current_version = 0.5.0.dev0
current_version = 0.5.0
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}.{release}{dev}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
gamma

Expand Down
2 changes: 1 addition & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <http://keepachangelog.com/en/1.0.0/>`_
and this project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.

0.5.0 [Unreleased]
0.5.0 - 2022-04-04
==================

Added
Expand Down
2 changes: 1 addition & 1 deletion rampwf/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = '0.5.0.dev0'
__version__ = '0.5.0'

0 comments on commit a50d61b

Please sign in to comment.