Skip to content

Commit

Permalink
final changes before publishing v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Feb 26, 2024
1 parent cef7ac3 commit a7dd0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/releasenotes/v0.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Release notes for v0.5.0
========================

.. note:: These release notes are currently in production.


..
When documenting a bug fix or feature, please do so in the following format
Expand Down
4 changes: 2 additions & 2 deletions saltproc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
_version_major = 0
_version_minor = 5
_version_micro = '' # use '' for first of series, number for 1 and above
_version_extra = 'dev'
# _version_extra = '0' # Uncomment this for full releases
# _version_extra = 'dev'
_version_extra = '0' # Uncomment this for full releases

# Construct full version string from these.
_ver = [_version_major, _version_minor]
Expand Down

0 comments on commit a7dd0b9

Please sign in to comment.