File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.4.0 (2019.2.4)
2+
3+ BACKWARD COMPATIBILITY:
4+ * Prefer the VERSION_CODENAME field of os-release to parsing it from VERSION [[ #230 ] ( https://github.com/nir0s/distro/pull/230 )]
5+
6+ BUG FIXES:
7+ * Return _ uname_info from the uname_info() method [[ #233 ] ( https://github.com/nir0s/distro/pull/233 )]
8+ * Fixed CloudLinux id discovery [[ #234 ] ( https://github.com/nir0s/distro/pull/234 )]
9+ * Update Oracle matching [[ #224 ] ( https://github.com/nir0s/distro/pull/224 )]
10+
11+ DOCS:
12+ * Update Fedora package link [[ #255 ] ( https://github.com/nir0s/distro/pull/225 )]
13+ * Distro is the recommended replacement for platform.linux_distribution [[ #220 ] ( https://github.com/nir0s/distro/pull/220 )]
14+
15+ RELEASE:
16+ * Use Markdown for long description in setup.py [[ #219 ] ( https://github.com/nir0s/distro/pull/219 )]
17+
18+ Additionally, The Python2.6 branch was fixed and rebased on top of master. It is now passing all tests. Thanks [ abadger] ( https://github.com/abadger ) !
19+
120## 1.3.0 (2018.05.09)
221
322ENHANCEMENTS:
Original file line number Diff line number Diff line change 1818
1919# The following version is parsed by other parts of this package.
2020# Don't change the format of the line, or the variable name.
21- package_version = "1.3 .0"
21+ package_version = "1.4 .0"
2222
2323here = os .path .abspath (os .path .dirname (__file__ ))
2424
You can’t perform that action at this time.
0 commit comments