File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
- # v0.1 (WIP/UNRELEASED)
1
+ # v0.1
2
2
3
3
+ First versioned release, start of changelog
4
- + Full docs @ pyinfra.readthedocs.org
4
+ + Full docs @ pyinfra.readthedocs.io
5
5
+ Core API with CLI built on top
6
6
+ Two-step deploy (diff state, exec commands)
7
- + Compatability tested w/Ubuntu/CentOS/Debian/OpenBSD
7
+ + Compatability tested w/Ubuntu/CentOS/Debian/OpenBSD/Fedora
8
8
+ Modules/facts implemented:
9
9
* Apt
10
10
* Files
17
17
* Python
18
18
* Server
19
19
* 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
Original file line number Diff line number Diff line change 2
2
# File: pyinfra/version.py
3
3
# Desc: version file
4
4
5
- __version__ = '0.1.dev32 '
5
+ __version__ = '0.1'
You can’t perform that action at this time.
0 commit comments