Skip to content

Commit a7dd0b9

Browse files
committed
final changes before publishing v0.5.0
1 parent cef7ac3 commit a7dd0b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/releasenotes/v0.5.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Release notes for v0.5.0
33
========================
44

5-
.. note:: These release notes are currently in production.
5+
66

77
..
88
When documenting a bug fix or feature, please do so in the following format

saltproc/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
_version_major = 0
66
_version_minor = 5
77
_version_micro = '' # use '' for first of series, number for 1 and above
8-
_version_extra = 'dev'
9-
# _version_extra = '0' # Uncomment this for full releases
8+
# _version_extra = 'dev'
9+
_version_extra = '0' # Uncomment this for full releases
1010

1111
# Construct full version string from these.
1212
_ver = [_version_major, _version_minor]

0 commit comments

Comments
 (0)