Skip to content

Commit

Permalink
Bump version: 1.12.1-dev → 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Apr 14, 2020
1 parent 38746a1 commit 985b3ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ commit = True
tag = True
sign_tags = True
tag_name = V{new_version}
current_version = 1.12.1-dev
current_version = 1.13.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

Expand All @@ -19,6 +19,6 @@ replace = V{new_version} {now:%Y-%m-%d}

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
gamma
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.12.1-dev (not released yet)
V1.13.0 2020-04-14
------------------

* auto-detect hardware (STICK vs. WIFI) by hardware pin
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.12.1-dev'
release = 'V1.13.0'


# -- 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.12.1-dev"
#define VERSION_STR "V1.13.0"
// ^^^--- do not edit here, this is managed by bump2version! ---^^^

#endif // _VERSION_H_

0 comments on commit 985b3ea

Please sign in to comment.