Skip to content

Commit 0fcbee8

Browse files
committed
[master] Vresion bump to 0.4.0
1 parent 367d107 commit 0fcbee8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.4.dev (TBD)
3+
## 0.4.0 (March 9, 2018)
44

55
FEATURES:
66

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This documents how to release Rambo. Various steps in this document may
44
require privileged access to private systems, so this document is only
55
targetted at Rambo core members who have the ability to cut a release.
66

7-
1. Update `setup.py` to the version you want to release.
7+
1. Update `__version__` in `rambo/__init__.py` to the version you want to release.
88

99
1. Update [CHANGELOG.md](https://github.com/terminal-labs/rambo/blob/master/CHANGELOG.md) to have a header with the release version and date.
1010

rambo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__description__ = 'A Provider Agnostic Provioning Framework'
2-
__version__ = '0.4.0.dev'
2+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)