Skip to content

Commit

Permalink
Merge pull request #423 from ThomasWaldmann/rel1151
Browse files Browse the repository at this point in the history
release 1.15.1
  • Loading branch information
ThomasWaldmann authored May 13, 2021
2 parents 12e5504 + 808c93e commit 921549c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commit = True
tag = True
sign_tags = True
tag_name = V{new_version}
current_version = 1.16.0-dev
current_version = 1.15.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
=========

V1.16.0-dev (not released yet)
V1.15.1 2021-05-13
------------------------------

New features:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'see AUTHORS'

# The full version, including alpha/beta/rc tags
release = 'V1.16.0-dev'
release = 'V1.15.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion multigeiger/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// major = 0..15, minor = 0..255, patch = 0..15.
//
// vvv--- do not edit here, this is managed by bump2version! ---vvv
#define VERSION_STR "V1.16.0-dev"
#define VERSION_STR "V1.15.1"
// ^^^--- do not edit here, this is managed by bump2version! ---^^^

#endif // _VERSION_H_

0 comments on commit 921549c

Please sign in to comment.