Skip to content

Commit c2d9e36

Browse files
committed
Release v1.3.0
1 parent a2f6ca0 commit c2d9e36

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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

322
ENHANCEMENTS:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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

2323
here = os.path.abspath(os.path.dirname(__file__))
2424

0 commit comments

Comments
 (0)