Skip to content

Commit e90676a

Browse files
committed
0.1 cut.
1 parent 433181e commit e90676a

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# v0.1 (WIP/UNRELEASED)
1+
# v0.1
22

33
+ First versioned release, start of changelog
4-
+ Full docs @ pyinfra.readthedocs.org
4+
+ Full docs @ pyinfra.readthedocs.io
55
+ Core API with CLI built on top
66
+ Two-step deploy (diff state, exec commands)
7-
+ Compatability tested w/Ubuntu/CentOS/Debian/OpenBSD
7+
+ Compatability tested w/Ubuntu/CentOS/Debian/OpenBSD/Fedora
88
+ Modules/facts implemented:
99
* Apt
1010
* Files
@@ -17,8 +17,3 @@
1717
* Python
1818
* Server
1919
* Yum
20-
21-
+ Still to be figured out (for v1):
22-
* spec/docs for roles/sub-deploys
23-
* spec/docs for extension modules/facts
24-
* spec/docs for extension deploys

pyinfra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# File: pyinfra/version.py
33
# Desc: version file
44

5-
__version__ = '0.1.dev32'
5+
__version__ = '0.1'

0 commit comments

Comments
 (0)